Microsoft Identity Integration Server 2003 Developer Reference

MetadirectoryServicesException.MetadirectoryServicesException (String)

The MetadirectoryServicesException (String) constructor creates an instance of the MetadirectoryServicesException class with the specified error message.
[C#]
public MetadirectoryServicesException(
  String description
);
[Visual Basic .NET]
Public Sub New( _
  ByVal description As String _
)

Parameters

description
The error message.

Requirements

Product: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.

See Also

MetadirectoryServicesException