NotConnectedException class

This exception is thrown when the SharePoint Server is not properly connected to the Workflow Manager Client 1.0 component.

Inheritance hierarchy

System.Object
  System.Exception
    Microsoft.SharePoint.WorkflowServices.NotConnectedException

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class NotConnectedException _
    Inherits Exception
'Usage
Dim instance As NotConnectedException
[SerializableAttribute]
public class NotConnectedException : Exception

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.

See also

Reference

NotConnectedException members

Microsoft.SharePoint.WorkflowServices namespace