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 名前空間

トップに戻る