CollectorException Constructor (String)
The error message.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
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
)
Parameters
- message
Type: System.String
String value that is the error message.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.