TypeNotMappedException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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, 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. |
TypeNotMappedException(String) |
Initializes a new instance of the TypeNotMappedException class with a specified error message. |