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

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

XEventException Classe

Surcharge XEventException

Espace de noms Microsoft.SqlServer.Management.XEvent

Autres ressources

XML and SOAP Serialization