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

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

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

Public 멤버 함수

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

상세한 설명

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

생성자 & 소멸자 문서화

Newtonsoft.Json.JsonWriterException.JsonWriterException ( )
inline

Initializes a new instance of the JsonWriterException class.

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

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

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

Initializes a new instance of the JsonWriterException 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.

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