FabricInvalidAtomicGroupException 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 the Service Fabric atomic group is invalid.
[System.Serializable]
public class FabricInvalidAtomicGroupException : System.Fabric.FabricException
[<System.Serializable>]
type FabricInvalidAtomicGroupException = class
inherit FabricException
Public Class FabricInvalidAtomicGroupException
Inherits FabricException
- Inheritance
- Attributes
Constructors
FabricInvalidAtomicGroupException() |
Initializes a new instance of FabricInvalidAtomicGroupException class with error code Unknown. |
FabricInvalidAtomicGroupException(FabricErrorCode) |
Initializes a new instance of FabricInvalidAtomicGroupException class with a specified error code. |
FabricInvalidAtomicGroupException(SerializationInfo, StreamingContext) |
Initializes a new instance of FabricInvalidAtomicGroupException class from a serialized object data, with a specified context. |
FabricInvalidAtomicGroupException(SerializationInfo, StreamingContext, FabricErrorCode) |
Initializes a new instance of FabricInvalidAtomicGroupException class from a serialized object data, with specified context and error code. |
FabricInvalidAtomicGroupException(String) |
Initializes a new instance of FabricInvalidAtomicGroupException with a specified error message. |
FabricInvalidAtomicGroupException(String, Exception) |
Initializes a new instance of FabricInvalidAtomicGroupException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
FabricInvalidAtomicGroupException(String, Exception, FabricErrorCode) |
Initializes a new instance of FabricInvalidAtomicGroupException class with a specified error message, a reference to the inner exception that is the cause of this exception, and a specified error code. |
FabricInvalidAtomicGroupException(String, FabricErrorCode) |
Initializes a new instance of FabricInvalidAtomicGroupException class with specified message and error code. |
Properties
ErrorCode |
Gets the error code parameter. (Inherited from FabricException) |
Applies to
Azure SDK for .NET