FabricInvalidForStatelessServicesException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception that is thrown when an operation is only valid for stateful services.
public class FabricInvalidForStatelessServicesException : System.Fabric.FabricException
type FabricInvalidForStatelessServicesException = class
inherit FabricException
Public Class FabricInvalidForStatelessServicesException
Inherits FabricException
- Inheritance
Constructors
FabricInvalidForStatelessServicesException() |
Initializes a new instance of the FabricInvalidForStatelessServicesException class. |
FabricInvalidForStatelessServicesException(String) |
Initializes a new instance of the FabricInvalidForStatelessServicesException class with a specified error message. |
FabricInvalidForStatelessServicesException(String, Exception) |
Initializes a new instance of the FabricInvalidForStatelessServicesException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
FabricInvalidForStatelessServicesException(String, Exception, FabricErrorCode) |
Initializes a new instance of the FabricInvalidForStatelessServicesException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
FabricInvalidForStatelessServicesException(String, FabricErrorCode) |
Initializes a new instance of FabricInvalidForStatelessServicesException with specified message and error code. |
Properties
ErrorCode |
Gets the error code parameter. (Inherited from FabricException) |