CollectorException Constructor (String)
The error message.
Espacio de nombres: Microsoft.SqlServer.Management.Collector
Ensamblado: Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)
Sintaxis
'Declaración
Public Sub New ( _
message As String _
)
'Uso
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
)
Parámetros
- message
Tipo: System. . :: . .String
String value that is the error message.
Notas
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.