CodeDomSerializerException.LinePragma Property

Definition

Gets or sets the line information for the error associated with this exception.

public:
 property System::CodeDom::CodeLinePragma ^ LinePragma { System::CodeDom::CodeLinePragma ^ get(); };
public System.CodeDom.CodeLinePragma LinePragma { get; }
public System.CodeDom.CodeLinePragma? LinePragma { get; }
member this.LinePragma : System.CodeDom.CodeLinePragma
Public ReadOnly Property LinePragma As CodeLinePragma

Property Value

A CodeLinePragma that indicates the line information for the error.

Applies to