CollectorException 생성자 (String, Exception)
컬렉션 개체를 만들고 오류 메시지 및 오류를 발생시키는 예외를 전달합니다.
네임스페이스: Microsoft.SqlServer.Management.Collector
어셈블리: Microsoft.SqlServer.Management.Collector(Microsoft.SqlServer.Management.Collector.dll)
구문
‘선언
Public Sub New ( _
message As String, _
innerException As Exception _
)
‘사용 방법
Dim message As String
Dim innerException As Exception
Dim instance As New CollectorException(message, _
innerException)
public CollectorException(
string message,
Exception innerException
)
public:
CollectorException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> CollectorException
public function CollectorException(
message : String,
innerException : Exception
)
매개 변수
- message
유형: System. . :: . .String
오류 메시지인 String 값입니다.
- innerException
유형: System. . :: . .Exception
발생하는 예외인 Exception입니다.
주의
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.