DacServicesException 클래스

정의

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 개체에 예외 정보를 씁니다.

적용 대상