FabricInvalidAddressException Class

Definition

The exception that is thrown when an address is not recognized by Service Fabric.

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

Constructors

FabricInvalidAddressException()

Initializes a new instance of FabricInvalidAddressException class with error code Unknown.

FabricInvalidAddressException(FabricErrorCode)

Initializes a new instance of FabricInvalidAddressException class with a specified error code.

FabricInvalidAddressException(String)

Initializes a new instance of FabricInvalidAddressException class with error code Unknown and a specified error message.

FabricInvalidAddressException(String, Exception)

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

FabricInvalidAddressException(String, Exception, FabricErrorCode)

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

FabricInvalidAddressException(String, FabricErrorCode)

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

Properties

ErrorCode

Gets the error code parameter.

(Inherited from FabricException)

Applies to