CollectorException 构造函数 (String)

The error message.

命名空间:  Microsoft.SqlServer.Management.Collector
程序集:  Microsoft.SqlServer.Management.Collector(在 Microsoft.SqlServer.Management.Collector.dll 中)

语法

声明
Public Sub New ( _
    message As String _
)
用法
Dim message As String 

Dim instance As New CollectorException(message)
public CollectorException(
    string message
)
public:
CollectorException(
    String^ message
)
new : 
        message:string -> CollectorException
public function CollectorException(
    message : String
)

参数

注释

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

请参阅

参考

CollectorException 类

CollectorException 重载

Microsoft.SqlServer.Management.Collector 命名空间