CollectorException 생성자

정의

오버로드

Name Description
CollectorException()

예외 인스턴스 만들기

CollectorException(String)

오류 메시지가 표시된 예외 인스턴스 만들기

CollectorException(SerializationInfo, StreamingContext)

예외의 인스턴스를 만듭니다.

CollectorException(String, Exception)

오류 메시지 및 다른 throw 예외 인스턴스가 지정된 예외의 인스턴스를 만듭니다.

CollectorException()

예외 인스턴스 만들기

public CollectorException();
Public Sub New ()

적용 대상

CollectorException(String)

오류 메시지가 표시된 예외 인스턴스 만들기

public CollectorException(string message);
new Microsoft.SqlServer.Management.Collector.CollectorException : string -> Microsoft.SqlServer.Management.Collector.CollectorException
Public Sub New (message As String)

매개 변수

message
String

오류 메시지

적용 대상

CollectorException(SerializationInfo, StreamingContext)

예외의 인스턴스를 만듭니다.

public CollectorException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.Management.Collector.CollectorException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.Management.Collector.CollectorException
Public Sub New (info As SerializationInfo, context As StreamingContext)

매개 변수

적용 대상

CollectorException(String, Exception)

오류 메시지 및 다른 throw 예외 인스턴스가 지정된 예외의 인스턴스를 만듭니다.

public CollectorException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Collector.CollectorException : string * Exception -> Microsoft.SqlServer.Management.Collector.CollectorException
Public Sub New (message As String, innerException As Exception)

매개 변수

message
String

오류 메시지

innerException
Exception

throw 예외

적용 대상