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






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

Property Value

The line number 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