ConfigurationException class

Exception that is thrown when a problem occurs with the workflow configuration.

Inheritance hierarchy

System.Object
  System.Exception
    Microsoft.SharePoint.WorkflowServices.ConfigurationException

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class ConfigurationException _
    Inherits Exception
'Usage
Dim instance As ConfigurationException
[SerializableAttribute]
public class ConfigurationException : 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

ConfigurationException members

Microsoft.SharePoint.WorkflowServices namespace