Share via


FabricInvalidAddressException Constructors

Definition

Overloads

FabricInvalidAddressException()

public FabricInvalidAddressException();
Public Sub New ()

Applies to

FabricInvalidAddressException(FabricErrorCode)

public FabricInvalidAddressException(System.Fabric.FabricErrorCode errorCode);
new System.Fabric.FabricInvalidAddressException : System.Fabric.FabricErrorCode -> System.Fabric.FabricInvalidAddressException
Public Sub New (errorCode As FabricErrorCode)

Parameters

errorCode
FabricErrorCode

Applies to

FabricInvalidAddressException(String)

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

Parameters

message
System.String

Applies to

FabricInvalidAddressException(String, Exception)

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

Parameters

message
System.String
inner
System.Exception

Applies to

FabricInvalidAddressException(String, FabricErrorCode)

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

Parameters

message
System.String
errorCode
FabricErrorCode

Applies to

FabricInvalidAddressException(String, Exception, FabricErrorCode)

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

Parameters

message
System.String
inner
System.Exception
errorCode
FabricErrorCode

Applies to