XEventException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the XEventException class with the specified serialization and context information.

Namespace:  Microsoft.SqlServer.XEvent.Linq
Assembly:  Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.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 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
)

Parameters

See Also

Reference

XEventException Class

XEventException Overload

Microsoft.SqlServer.XEvent.Linq Namespace