CborContentException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
CborContentException(String) |
Initialise une nouvelle instance de la classe à l’aide CborContentException du message fourni. |
CborContentException(SerializationInfo, StreamingContext) |
Obsolète.
Initialise une nouvelle instance de la classe CborContentException avec des données sérialisées. |
CborContentException(String, Exception) |
Initialise une nouvelle instance de la classe CborContentException en utilisant le message fourni et l'exception à l'origine de cette exception. |
CborContentException(String)
- Source:
- CborContentException.cs
- Source:
- CborContentException.cs
- Source:
- CborContentException.cs
Initialise une nouvelle instance de la classe à l’aide CborContentException du message fourni.
public:
CborContentException(System::String ^ message);
public CborContentException (string? message);
new System.Formats.Cbor.CborContentException : string -> System.Formats.Cbor.CborContentException
Public Sub New (message As String)
Paramètres
- message
- String
Message d'erreur qui explique la raison de l'exception.
S’applique à
CborContentException(SerializationInfo, StreamingContext)
- Source:
- CborContentException.cs
- Source:
- CborContentException.cs
- Source:
- CborContentException.cs
Attention
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Initialise une nouvelle instance de la classe CborContentException avec des données sérialisées.
protected:
CborContentException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected CborContentException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected CborContentException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Formats.Cbor.CborContentException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Formats.Cbor.CborContentException
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.Formats.Cbor.CborContentException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Formats.Cbor.CborContentException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Paramètres
- info
- SerializationInfo
Objet qui contient les données sérialisées de l'objet.
- context
- StreamingContext
Informations contextuelles sur la source ou la destination.
- Attributs
S’applique à
CborContentException(String, Exception)
- Source:
- CborContentException.cs
- Source:
- CborContentException.cs
- Source:
- CborContentException.cs
Initialise une nouvelle instance de la classe CborContentException en utilisant le message fourni et l'exception à l'origine de cette exception.
public:
CborContentException(System::String ^ message, Exception ^ inner);
public CborContentException (string? message, Exception? inner);
new System.Formats.Cbor.CborContentException : string * Exception -> System.Formats.Cbor.CborContentException
Public Sub New (message As String, inner As Exception)
Paramètres
- message
- String
Message d'erreur qui explique la raison de l'exception.
- inner
- Exception
Exception ayant provoqué l'exception actuelle.