CollectorException 建構函式 (String)
錯誤訊息。
命名空間: 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
)
參數
- message
型別:System. . :: . .String
String 值,這個值是錯誤訊息。
備註
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.