Конструктор 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
)
Параметры
- message
Тип System. . :: . .String
String value that is the error message.
Замечания
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.