WCF-Xtensions Class Reference for Mono
LinePosition Property (JsonSchemaException)






Gets the line position indicating where the error occurred.
Syntax
'Declaration
 
Public ReadOnly Property LinePosition As System.Integer
'Usage
 
Dim instance As JsonSchemaException
Dim value As System.Integer
 
value = instance.LinePosition
public System.int LinePosition {get;}
public read-only property LinePosition: System.Integer; 
public function get LinePosition : System.int
public: __property System.int get_LinePosition();
public:
property System.int LinePosition {
   System.int get();
}

Property Value

The line position indicating where the error occurred.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JsonSchemaException Class
JsonSchemaException Members

Send Feedback