FciException Class

Definition

The exception that is thrown when an error occurs in the File Compression Interface (FCI).

public ref class FciException : Microsoft::SqlServer::Replication::ReplicationAgentException
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public class FciException : Microsoft.SqlServer.Replication.ReplicationAgentException
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type FciException = class
    inherit ReplicationAgentException
Public Class FciException
Inherits ReplicationAgentException
Inheritance
Attributes

Remarks

FCI is used to generated the cabinet (.cab) files used when delivering a compressed snapshot.

Constructors

FciException()

Creates a new instance of the FciException class.

FciException(SerializationInfo, StreamingContext)

Creates a new instance of the FciException class with serialized data.

FciException(String)

Creates a new instance of the FciException class with a specified error message.

FciException(String, Exception)

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

Properties

MessageCode

Gets the error code of the underlying error.

(Inherited from ReplicationAgentException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the specified SerializationInfo with information about the exception.

(Inherited from ReplicationAgentException)

Applies to