hdac SDK
SDK for hdac blockchain development
Public 멤버 함수 | 속성 | 모든 멤버 목록
Newtonsoft.Json.JsonReaderException 클래스 참조

The exception thrown when an error occurs while reading Json text. 더 자세히 ...

Newtonsoft.Json.JsonReaderException에 대한 상속 다이어그램 :

Public 멤버 함수

 JsonReaderException ()
 Initializes a new instance of the JsonReaderException class. 더 자세히 ...
 
 JsonReaderException (string message)
 Initializes a new instance of the JsonReaderException class with a specified error message. 더 자세히 ...
 
 JsonReaderException (string message, Exception innerException)
 Initializes a new instance of the JsonReaderException class with a specified error message and a reference to the inner exception that is the cause of this exception. 더 자세히 ...
 

속성

int LineNumber [get]
 Gets the line number indicating where the error occurred. 더 자세히 ...
 
int LinePosition [get]
 Gets the line position indicating where the error occurred. 더 자세히 ...
 

상세한 설명

The exception thrown when an error occurs while reading Json text.

생성자 & 소멸자 문서화

Newtonsoft.Json.JsonReaderException.JsonReaderException ( )
inline

Initializes a new instance of the JsonReaderException class.

Newtonsoft.Json.JsonReaderException.JsonReaderException ( string  message)
inline

Initializes a new instance of the JsonReaderException class with a specified error message.

매개변수
messageThe error message that explains the reason for the exception.
Newtonsoft.Json.JsonReaderException.JsonReaderException ( string  message,
Exception  innerException 
)
inline

Initializes a new instance of the JsonReaderException class with a specified error message and a reference to the inner exception that is the cause of this exception.

매개변수
messageThe error message that explains the reason for the exception.
innerExceptionThe exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.

속성 문서화

int Newtonsoft.Json.JsonReaderException.LineNumber
get

Gets the line number indicating where the error occurred.

The line number indicating where the error occurred.

int Newtonsoft.Json.JsonReaderException.LinePosition
get

Gets the line position indicating where the error occurred.

The line position indicating where the error occurred.


이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: