CreateException(Of T, TResult).Message Property

 

Gets or sets the exception message.

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

<DefaultValueAttribute(Nothing)>
Public Property Message As InArgument(Of String)

Property Value

Type: System.Activities.InArgument(Of String)

Returns the exception message.

Return to top
Show: