Partager via


ConnectionFailedException Constructor (String, Exception)

 

Initializes a new instance of the ConnectionFailedException class with the specified error message and a reference to the inner exception that is the cause of this exception.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework.public
Assembly:  ProviderFramework (in ProviderFramework.dll)

Syntax

public ConnectionFailedException(
    string message,
    Exception inner
)
public:
ConnectionFailedException(
    String^ message,
    Exception^ inner
)
Public Sub New (
    message As String,
    inner As Exception
)

Parameters

  • message
    Type: System.String

    The error message that explains the reason for the exception.

  • inner
    Type: System.Exception

    The inner exception that is the cause of this exception.

See Also

ConnectionFailedException Overload
ConnectionFailedException Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.public Namespace

Return to top