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