RuleException 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
코드 분석 실행 중에 발생할 수 있는 예외를 나타냅니다.
[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) |