CoercionException Class
Provides an exception message when a problem occurs with a particular coercion attempt.
Inheritance Hierarchy
System.Object
System.Exception
System.ApplicationException
Microsoft.SharePoint.WorkflowActions.CoercionException
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public Class CoercionException _
Inherits ApplicationException
'Usage
Dim instance As CoercionException
public class CoercionException : ApplicationException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.