OSException 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
파일 압축 인터페이스(FCI) 작업 중 운영체제가 오류가 발생했을 때 던지는 예외입니다.
public ref class OSException : Microsoft::SqlServer::Replication::ReplicationAgentException
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public class OSException : Microsoft.SqlServer.Replication.ReplicationAgentException
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type OSException = class
inherit ReplicationAgentException
Public Class OSException
Inherits ReplicationAgentException
- 상속
- 특성
생성자
| Name | Description |
|---|---|
| OSException() |
OSException 클래스의 새 인스턴스를 만듭니다. |
| OSException(SerializationInfo, StreamingContext) |
직렬화된 데이터를 사용하여 클래스의 OSException 새 인스턴스를 만듭니다. |
| OSException(String, Exception) |
지정된 오류 메시지와 이 예외의 OSException 원인인 내부 예외에 대한 참조를 사용하여 클래스의 새 인스턴스를 만듭니다. |
| OSException(String) |
지정된 오류 메시지를 사용하여 클래스의 OSException 새 인스턴스를 만듭니다. |
속성
| Name | Description |
|---|---|
| MessageCode |
기본 오류의 오류 코드를 받습니다. (다음에서 상속됨 ReplicationAgentException) |
메서드
| Name | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) |
예외에 대한 정보를 포함하여 지정된 SerializationInfo 값을 설정합니다. (다음에서 상속됨 ReplicationAgentException) |