TypeNotMappedException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the TypeNotMappedException 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 TypeNotMappedException(info, context)
protected TypeNotMappedException(
    SerializationInfo info,
    StreamingContext context
)
protected:
TypeNotMappedException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> TypeNotMappedException
protected function TypeNotMappedException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

See Also

Reference

TypeNotMappedException Class

TypeNotMappedException Overload

Microsoft.SqlServer.XEvent.Linq Namespace