FabricTestCommandOperationIdAlreadyExistsException 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 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
- 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
Azure SDK for .NET