CreateException(Of T, TResult).InnerException Property

 

Gets or sets the inner exception.

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

<DefaultValueAttribute(Nothing)>
Public Property InnerException As InArgument(Of Exception)

Property Value

Type: System.Activities.InArgument(Of Exception)

Returns the inner exception.

Return to top
Show: