Partager via


TypeNotMappedException Constructeurs

Définition

Initialise une nouvelle instance de la classe TypeNotMappedException.

Surcharges

TypeNotMappedException()

Initialise une nouvelle instance de la TypeNotMappedException classe avec les valeurs par défaut.

TypeNotMappedException(String)

Initialise une nouvelle instance de la classe TypeNotMappedException avec un message d'erreur spécifié.

TypeNotMappedException(SerializationInfo, StreamingContext)

Initialise une nouvelle instance de la classe TypeNotMappedException avec les informations de contexte et de sérialisation spécifiées.

TypeNotMappedException(String, Exception)

Initialise une nouvelle instance de la classe TypeNotMappedException avec un message d'erreur spécifié et une référence à l'exception interne ayant provoqué cette exception.

TypeNotMappedException()

Initialise une nouvelle instance de la TypeNotMappedException classe avec les valeurs par défaut.

public:
 TypeNotMappedException();
public TypeNotMappedException ();
Public Sub New ()

S’applique à

TypeNotMappedException(String)

Initialise une nouvelle instance de la classe TypeNotMappedException avec un message d'erreur spécifié.

public:
 TypeNotMappedException(System::String ^ message);
public TypeNotMappedException (string message);
new Microsoft.SqlServer.XEvent.Linq.TypeNotMappedException : string -> Microsoft.SqlServer.XEvent.Linq.TypeNotMappedException
Public Sub New (message As String)

Paramètres

message
String

Message d’erreur.

S’applique à

TypeNotMappedException(SerializationInfo, StreamingContext)

Initialise une nouvelle instance de la classe TypeNotMappedException avec les informations de contexte et de sérialisation spécifiées.

protected:
 TypeNotMappedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected TypeNotMappedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.XEvent.Linq.TypeNotMappedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.XEvent.Linq.TypeNotMappedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Paramètres

info
SerializationInfo

Données d'objet sérialisées.

context
StreamingContext

Informations contextuelles sur la source ou la destination.

S’applique à

TypeNotMappedException(String, Exception)

Initialise une nouvelle instance de la classe TypeNotMappedException avec un message d'erreur spécifié et une référence à l'exception interne ayant provoqué cette exception.

public:
 TypeNotMappedException(System::String ^ message, Exception ^ inner);
public TypeNotMappedException (string message, Exception inner);
new Microsoft.SqlServer.XEvent.Linq.TypeNotMappedException : string * Exception -> Microsoft.SqlServer.XEvent.Linq.TypeNotMappedException
Public Sub New (message As String, inner As Exception)

Paramètres

message
String

Message d’erreur.

inner
Exception

Exception interne.

S’applique à