Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the SQLTraceException class with the specified serialization information and the specified streaming context.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntax
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext
Dim instance As New SqlTraceException(info, context)
protected SqlTraceException(
SerializationInfo info,
StreamingContext context
)
protected:
SqlTraceException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> SqlTraceException
protected function SqlTraceException(
info : SerializationInfo,
context : StreamingContext
)
Parameters
- info
Type: System.Runtime.Serialization.SerializationInfo
A SerializationInfo object value that specifies the serialization information for the SQL Trace exception.
- context
Type: System.Runtime.Serialization.StreamingContext
A StreamingContext object value that specifies the streaming context for the SQL Trace exception.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Trace Namespace