FciException 클래스

정의

FCI(File Compression Interface)에서 오류가 발생할 때 발생하는 예외입니다.

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
상속
특성

설명

FCI는 압축된 스냅샷을 제공할 때 사용되는 캐비닛(.cab) 파일을 생성하는 데 사용됩니다.

생성자

FciException()

FciException 클래스의 새 인스턴스를 만듭니다.

FciException(SerializationInfo, StreamingContext)

직렬화된 데이터를 사용하여 FciException 클래스의 새 인스턴스를 만듭니다.

FciException(String)

지정한 오류 메시지를 사용하여 FciException 클래스의 새 인스턴스를 만듭니다.

FciException(String, Exception)

지정된 오류 메시지와 해당 예외의 원인인 내부 예외에 대한 참조를 사용하여 FciException 클래스의 새 인스턴스를 초기화합니다.

속성

MessageCode

기본 오류의 오류 코드를 가져옵니다.

(다음에서 상속됨 ReplicationAgentException)

메서드

GetObjectData(SerializationInfo, StreamingContext)

예외 정보를 사용하여 지정된 SerializationInfo를 설정합니다.

(다음에서 상속됨 ReplicationAgentException)

적용 대상