FabricInvalidTestCommandStateException 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 not valid for a test command in a particular state.
[System.Serializable]
public class FabricInvalidTestCommandStateException : System.Fabric.FabricException
[<System.Serializable>]
type FabricInvalidTestCommandStateException = class
inherit FabricException
Public Class FabricInvalidTestCommandStateException
Inherits FabricException
- Inheritance
- Attributes
Constructors
FabricInvalidTestCommandStateException() |
Initializes a new instance of FabricInvalidTestCommandStateException class with error code InvalidTestCommandState. |
FabricInvalidTestCommandStateException(SerializationInfo, StreamingContext) |
Initializes a new instance of FabricInvalidTestCommandStateException class from a serialized object data, with a specified context. |
FabricInvalidTestCommandStateException(String, Exception) |
Initializes a new instance of FabricInvalidTestCommandStateException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
FabricInvalidTestCommandStateException(String) |
Initializes a new instance of FabricInvalidTestCommandStateException class with error code InvalidTestCommandState and a specified error message. |
Properties
ErrorCode |
Gets the error code parameter. (Inherited from FabricException) |