CodeDomSerializerException::LinePragma Property

 

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

Namespace:   System.ComponentModel.Design.Serialization
Assembly:  System.Design (in System.Design.dll)

public:
property CodeLinePragma^ LinePragma {
	CodeLinePragma^ get();
}

Property Value

Type: System.CodeDom::CodeLinePragma^

A CodeLinePragma that indicates the line information for the error.

.NET Framework
Available since 1.1
Return to top
Show: