Share via


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.

Implements

_Exception.Message

See also

Reference

CoercionException class

CoercionException members

Microsoft.SharePoint.WorkflowActions namespace