FabricInvalidPartitionKeyException Class

Definition

The exception that indicates failure due to the use of a service partition key that is not valid.

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

Constructors

FabricInvalidPartitionKeyException()

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

FabricInvalidPartitionKeyException(FabricErrorCode)

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

FabricInvalidPartitionKeyException(SerializationInfo, StreamingContext)

Initializes a new instance of FabricInvalidPartitionKeyException class from a serialized object data, with a specified context.

FabricInvalidPartitionKeyException(SerializationInfo, StreamingContext, FabricErrorCode)

Initializes a new instance of FabricInvalidPartitionKeyException class from a serialized object data, with specified context and error code.

FabricInvalidPartitionKeyException(String)

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

FabricInvalidPartitionKeyException(String, Exception)

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

FabricInvalidPartitionKeyException(String, Exception, FabricErrorCode)

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

FabricInvalidPartitionKeyException(String, FabricErrorCode)

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

Properties

ErrorCode

Gets the error code parameter.

(Inherited from FabricException)

Applies to