FabricInvalidAddressException 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
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