Compartilhar via


Construtor CollectorException (String, Exception)

Cria um objeto de coleção e transmite a mensagem de erro e a exceção que estão causando o erro.

Namespace:  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (em Microsoft.SqlServer.Management.Collector.dll)

Sintaxe

'Declaração
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Uso
Dim message As String
Dim innerException As Exception

Dim instance As New CollectorException(message, _
    innerException)
public CollectorException(
    string message,
    Exception innerException
)
public:
CollectorException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> CollectorException
public function CollectorException(
    message : String, 
    innerException : Exception
)

Parâmetros

Comentários

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