FabricCannotConnectException Class

Definition

The exception that indicates that there is CannotConnect Error.

[System.Serializable]
public sealed class FabricCannotConnectException : System.Fabric.FabricException
[<System.Serializable>]
type FabricCannotConnectException = class
    inherit FabricException
Public NotInheritable Class FabricCannotConnectException
Inherits FabricException
Inheritance
FabricCannotConnectException
Attributes

Constructors

FabricCannotConnectException()

Initializes a new instance of FabricCannotConnectException class with error code FabricCannotConnect.

FabricCannotConnectException(String)

Initializes a new instance of FabricCannotConnectException class with error code FabricCannotConnect and a specified error message.

FabricCannotConnectException(String, Exception, FabricErrorCode)

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

Properties

ErrorCode

Gets the error code parameter.

(Inherited from FabricException)

Applies to