DeclineMappingException Constructor (String, Exception)
Creates an instance of the DeclineMappingException class with a specified error message and inner exception.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim description As String
Dim innerException As Exception
Dim instance As New DeclineMappingException(description, innerException)
Syntax
'Declaration
Public Sub New ( _
description As String, _
innerException As Exception _
)
public DeclineMappingException (
string description,
Exception innerException
)
public:
DeclineMappingException (
String^ description,
Exception^ innerException
)
public DeclineMappingException (
String description,
Exception innerException
)
public function DeclineMappingException (
description : String,
innerException : Exception
)
Parameters
- description
The error message.
- innerException
The inner exception.
Platforms
Target Platforms
See Also
Reference
DeclineMappingException Class
DeclineMappingException Members
Microsoft.MetadirectoryServices Namespace
DeclineMappingException Class