hdac SDK
SDK for hdac blockchain development
|
Returns detailed information about the schema exception. 더 자세히 ...
Public 멤버 함수 | |
JsonSchemaException () | |
Initializes a new instance of the JsonSchemaException class. 더 자세히 ... | |
JsonSchemaException (string message) | |
Initializes a new instance of the JsonSchemaException class with a specified error message. 더 자세히 ... | |
JsonSchemaException (string message, Exception innerException) | |
Initializes a new instance of the JsonSchemaException 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. 더 자세히 ... | |
Returns detailed information about the schema exception.
|
inline |
Initializes a new instance of the JsonSchemaException class.
|
inline |
Initializes a new instance of the JsonSchemaException class with a specified error message.
message | The error message that explains the reason for the exception. |
|
inline |
Initializes a new instance of the JsonSchemaException class with a specified error message and a reference to the inner exception that is the cause of this exception.
message | The error message that explains the reason for the exception. |
innerException | The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. |
|
get |
Gets the line number indicating where the error occurred.
The line number indicating where the error occurred.
|
get |
Gets the line position indicating where the error occurred.
The line position indicating where the error occurred.