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 です。
説明
この名前空間、クラス、またはメンバは、Microsoft .NET Framework 2.0 でのみサポートされています。