FabricCannotConnectException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FabricCannotConnectException() | |
FabricCannotConnectException(String) | |
FabricCannotConnectException(String, Exception, FabricErrorCode) |
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