Share via


FailedConnectionException Constructor (String, Exception)

Creates an instance of the DroppedConnectionException class with the specified error message and an 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 FailedConnectionException(description, innerException)

Syntax

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

Parameters

  • description
    The error message.
  • innerException
    The inner exception.

Platforms

Target Platforms

See Also

Reference

FailedConnectionException Class
FailedConnectionException Members
Microsoft.MetadirectoryServices Namespace