TypeNotMappedException Class

Definition

The exception that is thrown when an event object contains a data type that the QueryableXEvent cannot translate.

public ref class TypeNotMappedException : Microsoft::SqlServer::XEvent::Linq::XEventException
[System.Serializable]
public class TypeNotMappedException : Microsoft.SqlServer.XEvent.Linq.XEventException
[<System.Serializable>]
type TypeNotMappedException = class
    inherit XEventException
Public Class TypeNotMappedException
Inherits XEventException
Inheritance
TypeNotMappedException
Attributes

Constructors

TypeNotMappedException()

Initializes a new instance of the TypeNotMappedException class with the default values.

TypeNotMappedException(SerializationInfo, StreamingContext)

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

TypeNotMappedException(String)

Initializes a new instance of the TypeNotMappedException class with a specified error message.

TypeNotMappedException(String, Exception)

Initializes a new instance of the TypeNotMappedException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Applies to