FabricInvalidForStatefulServicesException Class

Definition

The exception that is thrown when an operation is only valid for stateless services.

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

Constructors

FabricInvalidForStatefulServicesException()

Initializes a new instance of the FabricInvalidForStatefulServicesException class.

FabricInvalidForStatefulServicesException(String)

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

FabricInvalidForStatefulServicesException(String, Exception)

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

FabricInvalidForStatefulServicesException(String, Exception, FabricErrorCode)

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

FabricInvalidForStatefulServicesException(String, FabricErrorCode)

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

Properties

ErrorCode

Gets the error code parameter.

(Inherited from FabricException)

Applies to