다음을 통해 공유


Error.Context 속성

Gets or sets the object context of the error, if applicable.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
<DataMemberAttribute> _
Public Property Context As ErrorContext
    Get
    Set
‘사용 방법
Dim instance As Error
Dim value As ErrorContext

value = instance.Context

instance.Context = value
[DataMemberAttribute]
public ErrorContext Context { get; set; }
[DataMemberAttribute]
public:
property ErrorContext^ Context {
    ErrorContext^ get ();
    void set (ErrorContext^ value);
}
[<DataMemberAttribute>]
member Context : ErrorContext with get, set
function get Context () : ErrorContext
function set Context (value : ErrorContext)

속성 값

유형: Microsoft.MasterDataServices.ErrorContext
A new instance of type ErrorContext.

참고 항목

참조

Error 클래스

Microsoft.MasterDataServices 네임스페이스