CoercionException.Message Property
Gets a message that describes the current exception.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Message As String
Get
'Usage
Dim instance As CoercionException
Dim value As String
value = instance.Message
public override string Message { get; }
Property Value
Type: System.String
The message that describes the current exception.