Share via


DeclineMappingException Constructor (String)

Creates an instance of the DeclineMappingException class with a specified error message.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim description As String

Dim instance As New DeclineMappingException(description)

Syntax

'Declaration
Public Sub New ( _
    description As String _
)
public DeclineMappingException (
    string description
)
public:
DeclineMappingException (
    String^ description
)
public DeclineMappingException (
    String description
)
public function DeclineMappingException (
    description : String
)

Parameters

  • description
    The error message.

Platforms

Target Platforms

See Also

Reference

DeclineMappingException Class
DeclineMappingException Members
Microsoft.MetadirectoryServices Namespace
DeclineMappingException Class