FabricInvalidTestCommandStateException Class

Definition

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
FabricInvalidTestCommandStateException
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)

Initializes a new instance of FabricInvalidTestCommandStateException class with error code InvalidTestCommandState and a specified error message.

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.

Properties

ErrorCode

Gets the error code parameter.

(Inherited from FabricException)

Applies to