FabricOnlyValidForStatefulPersistentServicesException Class

Definition

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

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

Constructors

FabricOnlyValidForStatefulPersistentServicesException()

Initializes a new instance of the FabricOnlyValidForStatefulPersistentServicesException class.

FabricOnlyValidForStatefulPersistentServicesException(String)

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

FabricOnlyValidForStatefulPersistentServicesException(String, Exception)

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

FabricOnlyValidForStatefulPersistentServicesException(String, Exception, FabricErrorCode)

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

FabricOnlyValidForStatefulPersistentServicesException(String, FabricErrorCode)

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

Properties

ErrorCode

Gets the error code parameter.

(Inherited from FabricException)

Applies to