FabricTestCommandOperationIdAlreadyExistsException Constructors
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.
Overloads
FabricTestCommandOperationIdAlreadyExistsException() |
Initializes a new instance of FabricTestCommandOperationIdAlreadyExistsException class with error code TestCommandOperationIdAlreadyExists. |
FabricTestCommandOperationIdAlreadyExistsException(String) |
Initializes a new instance of FabricTestCommandOperationIdAlreadyExistsException class with error code TestCommandOperationIdAlreadyExists and a specified error message. |
FabricTestCommandOperationIdAlreadyExistsException(SerializationInfo, StreamingContext) |
Initializes a new instance of FabricTestCommandOperationIdAlreadyExistsException class from a serialized object data, with a specified context. |
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. |
FabricTestCommandOperationIdAlreadyExistsException()
Initializes a new instance of FabricTestCommandOperationIdAlreadyExistsException class with error code TestCommandOperationIdAlreadyExists.
public FabricTestCommandOperationIdAlreadyExistsException ();
Public Sub New ()
Applies to
FabricTestCommandOperationIdAlreadyExistsException(String)
Initializes a new instance of FabricTestCommandOperationIdAlreadyExistsException class with error code TestCommandOperationIdAlreadyExists and a specified error message.
public FabricTestCommandOperationIdAlreadyExistsException (string message);
new System.Fabric.FabricTestCommandOperationIdAlreadyExistsException : string -> System.Fabric.FabricTestCommandOperationIdAlreadyExistsException
Public Sub New (message As String)
Parameters
- message
- String
The error message that explains the reason for the exception.
Applies to
FabricTestCommandOperationIdAlreadyExistsException(SerializationInfo, StreamingContext)
Initializes a new instance of FabricTestCommandOperationIdAlreadyExistsException class from a serialized object data, with a specified context.
protected FabricTestCommandOperationIdAlreadyExistsException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Fabric.FabricTestCommandOperationIdAlreadyExistsException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Fabric.FabricTestCommandOperationIdAlreadyExistsException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
The SerializationInfo object that contains serialized object data of the exception being thrown.
- context
- StreamingContext
The StreamingContext object that contains contextual information about the source or destination. The context parameter is reserved for future use and can be null.
Applies to
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.
public FabricTestCommandOperationIdAlreadyExistsException (string message, Exception inner);
new System.Fabric.FabricTestCommandOperationIdAlreadyExistsException : string * Exception -> System.Fabric.FabricTestCommandOperationIdAlreadyExistsException
Public Sub New (message As String, inner As Exception)
Parameters
- message
- String
The error message that explains the reason for the exception.
- inner
- Exception
The exception that is the cause of the current exception or null if no inner exception is specified. The Exception class provides more details about the inner exception.