DacServicesException 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
DAC 서비스 오류에 대한 예외가 throw되었습니다.
[System.Serializable]
public sealed class DacServicesException : Exception
[<System.Serializable>]
type DacServicesException = class
inherit Exception
Public NotInheritable Class DacServicesException
Inherits Exception
- 상속
-
DacServicesException
- 특성
생성자
| Name | Description |
|---|---|
| DacServicesException() |
클래스의 새 인스턴스를 생성합니다 DacServicesException . |
| DacServicesException(String, Exception) |
지정된 오류 메시지와 이 예외의 DacServicesException 원인인 내부 예외에 대한 참조를 사용하여 클래스의 새 인스턴스를 생성합니다. |
| DacServicesException(String) |
지정된 오류 메시지를 사용하여 클래스의 DacServicesException 새 인스턴스를 생성합니다. |
속성
| Name | Description |
|---|---|
| Messages |
이 예외와 관련된 추가 오류, 경고 및 정보 메시지의 컬렉션을 가져옵니다. |
메서드
| Name | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) |
제공된 SerializationInfo 개체에 예외 정보를 씁니다. |