ConfigurationException constructor (String)

Initializes a new instance of the ConfigurationException class with a specific error message.

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New ConfigurationException(message)
public ConfigurationException(
    string message
)

Parameters

  • message
    Type: System.String

    The error message that explains the reason for the exception.

See also

Reference

ConfigurationException class

ConfigurationException members

ConfigurationException overload

Microsoft.SharePoint.WorkflowServices namespace