CreateException<T>.InnerException Property

 

Gets or sets the inner exception.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

[DefaultValueAttribute(null)]
public InArgument<Exception> InnerException {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Activities.InArgument<Exception>

Returns the inner exception.

Return to top
Show: