다음을 통해 공유


CreateException<T, TResult>.InnerException 속성

 

내부 예외를 가져오거나 설정합니다.

네임스페이스:   Microsoft.Activities
어셈블리:  Microsoft.Activities.dll의 Microsoft.Activities

구문

[DefaultValueAttribute(null)]
public InArgument<Exception> InnerException {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DefaultValueAttribute(null)]
property InArgument<Exception^>^ InnerException {
    [CompilerGeneratedAttribute]
    InArgument<Exception^>^ get();
    [CompilerGeneratedAttribute]
    void set(InArgument<Exception^>^ value);
}
[<DefaultValueAttribute(null)>]
member InnerException : InArgument<Exception> with get, set
<DefaultValueAttribute(Nothing)>
Public Property InnerException As InArgument(Of Exception)

속성 값

Type: System.Activities.InArgument<Exception>

내부 예외를 반환합니다.

참고 항목

CreateException<T, TResult> 클래스
Microsoft.Activities 네임스페이스

맨 위로 이동