Compartilhar via


InvalidConfigurationException Constructor (String)

Initializes a new instance of the InvalidConfigurationException class with a specified error message.

Namespace:  Microsoft.Office.RecordsManagement.PolicyFeatures
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

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

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

Parameters

  • message
    Type: System.String

    The message that describes the error.

See Also

Reference

InvalidConfigurationException Class

InvalidConfigurationException Members

InvalidConfigurationException Overload

Microsoft.Office.RecordsManagement.PolicyFeatures Namespace