Konstruktor SqlTraceException (Type, String, Exception)
Inicjuje nowe wystąpienie SQLTraceException klasy podany typ źródło, wiadomości i wewnętrzny wyjątek.
Przestrzeń nazw: Microsoft.SqlServer.Management.Trace
Zestaw: Microsoft.SqlServer.ConnectionInfoExtended (w Microsoft.SqlServer.ConnectionInfoExtended.dll)
Składnia
'Deklaracja
Public Sub New ( _
messageSource As Type, _
messageID As String, _
innerException As Exception _
)
'Użycie
Dim messageSource As Type
Dim messageID As String
Dim innerException As Exception
Dim instance As New SqlTraceException(messageSource, _
messageID, innerException)
public SqlTraceException(
Type messageSource,
string messageID,
Exception innerException
)
public:
SqlTraceException(
Type^ messageSource,
String^ messageID,
Exception^ innerException
)
new :
messageSource:Type *
messageID:string *
innerException:Exception -> SqlTraceException
public function SqlTraceException(
messageSource : Type,
messageID : String,
innerException : Exception
)
Parametry
- messageSource
Typ: System.Type
A Type wartość obiektu systemu, który określa źródło wyjątku.
- messageID
Typ: System.String
A String wartość określająca wiadomości związane z ogólnym wyjątek śledzenia SQL.
- innerException
Typ: System.Exception
Exception Wartość obiektu, który określa wewnętrzny wyjątek.
Zobacz także