Share via


FabricCannotConnectException Constructors

Definition

Overloads

FabricCannotConnectException()

public FabricCannotConnectException();
Public Sub New ()

Applies to

FabricCannotConnectException(String)

public FabricCannotConnectException(string message);
new System.Fabric.FabricCannotConnectException : string -> System.Fabric.FabricCannotConnectException
Public Sub New (message As String)

Parameters

message
System.String

Applies to

FabricCannotConnectException(String, Exception, FabricErrorCode)

public FabricCannotConnectException(string message, Exception inner, System.Fabric.FabricErrorCode errorCode);
new System.Fabric.FabricCannotConnectException : string * Exception * System.Fabric.FabricErrorCode -> System.Fabric.FabricCannotConnectException
Public Sub New (message As String, inner As Exception, errorCode As FabricErrorCode)

Parameters

message
System.String
inner
System.Exception
errorCode
FabricErrorCode

Applies to