Share via


ServerDownException Constructor (String)

Creates an instance of the ServerDownException class with the specified error message.

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

Usage

'Usage
Dim description As String

Dim instance As New ServerDownException(description)

Syntax

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

Parameters

  • description

Platforms

Target Platforms

See Also

Reference

ServerDownException Class
ServerDownException Members
Microsoft.MetadirectoryServices Namespace
ServerDownException Class