Share via


ServerDownException Constructor (String, 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 ServerDownException(description, innerException)

Syntax

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

Parameters

  • description
  • innerException

Platforms

Target Platforms

See Also

Reference

ServerDownException Class
ServerDownException Members
Microsoft.MetadirectoryServices Namespace
ServerDownException Class