Condividi tramite


Costruttore SqlTraceException (String, Exception)

Initializes a new instance of the SQLTraceException class with the specified message and inner exception.

Spazio dei nomi  Microsoft.SqlServer.Management.Trace
Assembly:  Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Utilizzo
Dim message As String 
Dim innerException As Exception 

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

Parametri

  • message
    Tipo: System.String
    A String value that specifies the message associated with the general SQL Trace exception.
  • innerException
    Tipo: System.Exception
    An Exception object value that specifies the inner exception for the SQL Trace exception.

Esempi

Gestione delle eccezioni SMO

Vedere anche

Riferimento

SqlTraceException Classe

Overload SqlTraceException

Spazio dei nomi Microsoft.SqlServer.Management.Trace

Altre risorse

Gestione delle eccezioni SMO