FabricTestCommandOperationIdAlreadyExistsException Class

Definition

The exception that is thrown when a test command already exists, i.e. when there is a duplicate operation identifier.

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

Constructors

FabricTestCommandOperationIdAlreadyExistsException()

Initializes a new instance of FabricTestCommandOperationIdAlreadyExistsException class with error code TestCommandOperationIdAlreadyExists.

FabricTestCommandOperationIdAlreadyExistsException(SerializationInfo, StreamingContext)

Initializes a new instance of FabricTestCommandOperationIdAlreadyExistsException class from a serialized object data, with a specified context.

FabricTestCommandOperationIdAlreadyExistsException(String)

Initializes a new instance of FabricTestCommandOperationIdAlreadyExistsException class with error code TestCommandOperationIdAlreadyExists and a specified error message.

FabricTestCommandOperationIdAlreadyExistsException(String, Exception)

Initializes a new instance of FabricTestCommandOperationIdAlreadyExistsException 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