Langue

TypeNotMappedException Constructeurs

Définition

Initialise une nouvelle instance de la classe TypeNotMappedException.

Surcharges

Nom Description
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 TypeNotMappedException classe avec les informations de sérialisation et de contexte spécifiées.

TypeNotMappedException(String, Exception)

Initialise une nouvelle instance de la TypeNotMappedException classe avec un message d’erreur spécifié et une référence à l’exception interne qui est la cause de 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 TypeNotMappedException classe avec les informations de sérialisation et de contexte 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 TypeNotMappedException classe avec un message d’erreur spécifié et une référence à l’exception interne qui est la cause de 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 à