Share via


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

Remarks

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

See Also

Reference

CollectorException Class

CollectorException Overload

Microsoft.SqlServer.Management.Collector Namespace