Aracılığıyla paylaş


FabricSkipRestoreOperationException Constructors

Definition

Overloads

FabricSkipRestoreOperationException()

Initializes a new instance of the FabricPeriodicBackupNotEnabledException class.

FabricSkipRestoreOperationException(String)

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

FabricSkipRestoreOperationException(SerializationInfo, StreamingContext)

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

FabricSkipRestoreOperationException(String, Exception)

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

FabricSkipRestoreOperationException()

Initializes a new instance of the FabricPeriodicBackupNotEnabledException class.

public FabricSkipRestoreOperationException ();
Public Sub New ()

Applies to

FabricSkipRestoreOperationException(String)

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

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

Parameters

message
String

The error message that explains the reason for the exception.

Applies to

FabricSkipRestoreOperationException(SerializationInfo, StreamingContext)

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

protected FabricSkipRestoreOperationException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Fabric.FabricSkipRestoreOperationException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Fabric.FabricSkipRestoreOperationException
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

FabricSkipRestoreOperationException(String, Exception)

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

public FabricSkipRestoreOperationException (string message, Exception inner);
new System.Fabric.FabricSkipRestoreOperationException : string * Exception -> System.Fabric.FabricSkipRestoreOperationException
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