NotConnectedException class

Essa exceção é lançada quando o SharePoint Server não está conectado corretamente ao componente Workflow Manager Client 1.0 .

Inheritance hierarchy

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

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

Syntax

'Declaração
<SerializableAttribute> _
Public Class NotConnectedException _
    Inherits Exception
'Uso
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.

Ver também

Referência

NotConnectedException members

Microsoft.SharePoint.WorkflowServices namespace