RuleException 클래스

정의

코드 분석 실행 중에 발생할 수 있는 예외를 나타냅니다.

[System.Serializable]
public sealed class RuleException : Microsoft.SqlServer.Dac.Model.DacModelException
[<System.Serializable>]
type RuleException = class
    inherit DacModelException
Public NotInheritable Class RuleException
Inherits DacModelException
상속
특성

생성자

Name Description
RuleException()

예외 메시지의 RuleException 새 인스턴스를 초기화하고 내부 예외가 null로 설정됩니다.

RuleException(String, Exception)

메시지 및 내부 예외를 사용하여 새 인스턴스 RuleException 초기화

RuleException(String)

메시지를 사용하여 새 인스턴스 RuleException 초기화

속성

Name Description
Messages

이 예외와 관련된 추가 오류, 경고 및 정보 메시지의 컬렉션을 가져옵니다.

(다음에서 상속됨 DacModelException)

메서드

Name Description
GetObjectData(SerializationInfo, StreamingContext)

제공된 SerializationInfo 개체에 예외 정보를 씁니다.

(다음에서 상속됨 DacModelException)

적용 대상