CreateException<T>.InnerException 屬性

 

取得或設定內部例外狀況。

命名空間:   Microsoft.Activities
組件:  Microsoft.Activities (於 Microsoft.Activities.dll)

語法

[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> 類別
Microsoft.Activities 命名空間

回到頁首