Aracılığıyla paylaş


FabricBackupNotFoundException Constructors

Definition

Overloads

FabricBackupNotFoundException()

Initializes a new instance of the FabricPeriodicBackupNotEnabledException class.

FabricBackupNotFoundException(String)

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

FabricBackupNotFoundException(SerializationInfo, StreamingContext)

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

FabricBackupNotFoundException(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.

FabricBackupNotFoundException()

Initializes a new instance of the FabricPeriodicBackupNotEnabledException class.

public FabricBackupNotFoundException ();
Public Sub New ()

Applies to

FabricBackupNotFoundException(String)

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

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

Parameters

message
String

The error message that explains the reason for the exception.

Applies to

FabricBackupNotFoundException(SerializationInfo, StreamingContext)

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

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

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