FabricInvalidReplicaSelectorException Class

Definition

The exception that is thrown when a ReplicaSelector is invalid.

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

Constructors

FabricInvalidReplicaSelectorException()

Initializes a new instance of the FabricInvalidReplicaSelectorException class.

FabricInvalidReplicaSelectorException(String)

Initializes a new instance of the FabricInvalidReplicaSelectorException class with a specified error message.

FabricInvalidReplicaSelectorException(String, Exception)

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

FabricInvalidReplicaSelectorException(String, FabricErrorCode)

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

Properties

ErrorCode

Gets the error code parameter.

(Inherited from FabricException)

Applies to