Constructeur XEventException (SerializationInfo, StreamingContext)
Initializes a new instance of the XEventException class with serialized data.
Espace de noms : Microsoft.SqlServer.Management.XEvent
Assembly : Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
'Utilisation
Dim info As SerializationInfo
Dim context As StreamingContext
Dim instance As New XEventException(info, context)
protected XEventException(
SerializationInfo info,
StreamingContext context
)
protected:
XEventException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> XEventException
protected function XEventException(
info : SerializationInfo,
context : StreamingContext
)
Paramètres
- info
Type : System.Runtime.Serialization.SerializationInfo
The object that holds the serialized object data.
- context
Type : System.Runtime.Serialization.StreamingContext
The contextual information about the source or destination.
Notes
This constructor is called during deserialization to reconstitute the exception object transmitted over a stream. For more information, see XML and SOAP Serialization.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.XEvent