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

The exception thrown when an error occurs during Json serialization or deserialization. 더 자세히 ...

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

Public 멤버 함수

 JsonSerializationException ()
 Initializes a new instance of the JsonSerializationException class. 더 자세히 ...
 
 JsonSerializationException (string message)
 Initializes a new instance of the JsonSerializationException class with a specified error message. 더 자세히 ...
 
 JsonSerializationException (string message, Exception innerException)
 Initializes a new instance of the JsonSerializationException 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 during Json serialization or deserialization.

생성자 & 소멸자 문서화

Newtonsoft.Json.JsonSerializationException.JsonSerializationException ( )
inline

Initializes a new instance of the JsonSerializationException class.

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

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

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

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

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