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






Gets the line number indicating where the error occurred.
Syntax
'Declaration
 
Public ReadOnly Property LineNumber As System.Integer
'Usage
 
Dim instance As JsonReaderException
Dim value As System.Integer
 
value = instance.LineNumber
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();
}

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

JsonReaderException Class
JsonReaderException Members

Send Feedback