hdac SDK
SDK for hdac blockchain development
속성 | 모든 멤버 목록
Newtonsoft.Json.Serialization.ErrorContext 클래스 참조

Provides information surrounding an error. 더 자세히 ...

속성

Exception Error [get]
 Gets or sets the error. 더 자세히 ...
 
object OriginalObject [get]
 Gets the original object that caused the error. 더 자세히 ...
 
object Member [get]
 Gets the member that caused the error. 더 자세히 ...
 
bool Handled [get, set]
 Gets or sets a value indicating whether this ErrorContext is handled. 더 자세히 ...
 

상세한 설명

Provides information surrounding an error.

속성 문서화

Exception Newtonsoft.Json.Serialization.ErrorContext.Error
get

Gets or sets the error.

The error.

bool Newtonsoft.Json.Serialization.ErrorContext.Handled
getset

Gets or sets a value indicating whether this ErrorContext is handled.

true if handled; otherwise, false.

object Newtonsoft.Json.Serialization.ErrorContext.Member
get

Gets the member that caused the error.

The member that caused the error.

object Newtonsoft.Json.Serialization.ErrorContext.OriginalObject
get

Gets the original object that caused the error.

The original object that caused the error.


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