FabricInvalidPartitionSelectorException Class

Definition

The exception that is thrown when a PartitionSelector is invalid.

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

Constructors

FabricInvalidPartitionSelectorException()

Initializes a new instance of the FabricInvalidPartitionSelectorException class.

FabricInvalidPartitionSelectorException(String)

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

FabricInvalidPartitionSelectorException(String, Exception)

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

FabricInvalidPartitionSelectorException(String, FabricErrorCode)

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

Properties

ErrorCode

Gets the error code parameter.

(Inherited from FabricException)

Applies to