FabricInvalidTestCommandStateException 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
FabricInvalidTestCommandStateException()
public FabricInvalidTestCommandStateException();
Public Sub New ()
Applies to
FabricInvalidTestCommandStateException(String)
public FabricInvalidTestCommandStateException(string message);
new System.Fabric.FabricInvalidTestCommandStateException : string -> System.Fabric.FabricInvalidTestCommandStateException
Public Sub New (message As String)
Parameters
- message
- System.String
Applies to
FabricInvalidTestCommandStateException(SerializationInfo, StreamingContext)
protected FabricInvalidTestCommandStateException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Fabric.FabricInvalidTestCommandStateException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Fabric.FabricInvalidTestCommandStateException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- System.Runtime.Serialization.SerializationInfo
- context
- System.Runtime.Serialization.StreamingContext
Applies to
FabricInvalidTestCommandStateException(String, Exception)
public FabricInvalidTestCommandStateException(string message, Exception inner);
new System.Fabric.FabricInvalidTestCommandStateException : string * Exception -> System.Fabric.FabricInvalidTestCommandStateException
Public Sub New (message As String, inner As Exception)
Parameters
- message
- System.String
- inner
- System.Exception