Aracılığıyla paylaş


FabricRestoreSafeCheckFailedException Constructors

Definition

Overloads

FabricRestoreSafeCheckFailedException()

Initializes a new instance of the FabricRestoreSafeCheckFailedException class.

FabricRestoreSafeCheckFailedException(String)

Initializes a new instance of the FabricRestoreSafeCheckFailedException class with a specified error message.

FabricRestoreSafeCheckFailedException(SerializationInfo, StreamingContext)

Initializes a new instance of the FabricRestoreSafeCheckFailedException class with serialized data.

FabricRestoreSafeCheckFailedException(String, Exception)

Initializes a new instance of the FabricRestoreSafeCheckFailedException class with a specified error message and a reference to the inner exception that is the cause of this exception.

FabricRestoreSafeCheckFailedException()

Initializes a new instance of the FabricRestoreSafeCheckFailedException class.

public FabricRestoreSafeCheckFailedException ();
Public Sub New ()

Applies to

FabricRestoreSafeCheckFailedException(String)

Initializes a new instance of the FabricRestoreSafeCheckFailedException class with a specified error message.

public FabricRestoreSafeCheckFailedException (string message);
new System.Fabric.FabricRestoreSafeCheckFailedException : string -> System.Fabric.FabricRestoreSafeCheckFailedException
Public Sub New (message As String)

Parameters

message
String

The error message that explains the reason for the exception.

Applies to

FabricRestoreSafeCheckFailedException(SerializationInfo, StreamingContext)

Initializes a new instance of the FabricRestoreSafeCheckFailedException class with serialized data.

protected FabricRestoreSafeCheckFailedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Fabric.FabricRestoreSafeCheckFailedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Fabric.FabricRestoreSafeCheckFailedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

info
SerializationInfo

The SerializationInfo that holds the serialized object data about the exception being thrown.

context
StreamingContext

The StreamingContext that contains contextual information about the source or destination.

Applies to

FabricRestoreSafeCheckFailedException(String, Exception)

Initializes a new instance of the FabricRestoreSafeCheckFailedException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public FabricRestoreSafeCheckFailedException (string message, Exception inner);
new System.Fabric.FabricRestoreSafeCheckFailedException : string * Exception -> System.Fabric.FabricRestoreSafeCheckFailedException
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 a null reference if no inner exception is specified.

Applies to