InstanceNotFoundException 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.
Initialise une nouvelle instance de la classe InstanceNotFoundException.
Surcharges
InstanceNotFoundException() |
Initialise une nouvelle instance de la classe InstanceNotFoundException. |
InstanceNotFoundException(Guid) |
Initialise une nouvelle instance de la classe InstanceNotFoundException à l'aide de l'identificateur spécifié. |
InstanceNotFoundException(String) |
Initialise une nouvelle instance de la classe InstanceNotFoundException à l'aide du message spécifié. |
InstanceNotFoundException(Guid, Exception) |
Initialise une nouvelle instance de la classe InstanceNotFoundException à l'aide de l'identificateur et de l'exception interne spécifiés. |
InstanceNotFoundException(Guid, String) |
Initialise une nouvelle instance de la classe InstanceNotFoundException à l'aide d l'identificateur et du message spécifiés. |
InstanceNotFoundException(SerializationInfo, StreamingContext) |
Initialise une nouvelle instance de la classe InstanceNotFoundException avec des données sérialisées. |
InstanceNotFoundException(String, Exception) |
Initialise une nouvelle instance de la classe InstanceNotFoundException à l'aide du message et de l'exception interne spécifiés. |
InstanceNotFoundException(Guid, String, Exception) |
Initialise une nouvelle instance de la classe InstanceNotFoundException à l'aide de l'identificateur, du message et de l'exception interne spécifiés. |
InstanceNotFoundException()
Initialise une nouvelle instance de la classe InstanceNotFoundException.
public:
InstanceNotFoundException();
public InstanceNotFoundException ();
Public Sub New ()
S’applique à
InstanceNotFoundException(Guid)
Initialise une nouvelle instance de la classe InstanceNotFoundException à l'aide de l'identificateur spécifié.
public:
InstanceNotFoundException(Guid id);
public InstanceNotFoundException (Guid id);
new System.ServiceModel.Persistence.InstanceNotFoundException : Guid -> System.ServiceModel.Persistence.InstanceNotFoundException
Public Sub New (id As Guid)
Paramètres
- id
- Guid
Identificateur unique associé à cette instance.
S’applique à
InstanceNotFoundException(String)
Initialise une nouvelle instance de la classe InstanceNotFoundException à l'aide du message spécifié.
public:
InstanceNotFoundException(System::String ^ message);
public InstanceNotFoundException (string message);
new System.ServiceModel.Persistence.InstanceNotFoundException : string -> System.ServiceModel.Persistence.InstanceNotFoundException
Public Sub New (message As String)
Paramètres
- message
- String
Message d'erreur qui explique la raison de l'exception.
S’applique à
InstanceNotFoundException(Guid, Exception)
Initialise une nouvelle instance de la classe InstanceNotFoundException à l'aide de l'identificateur et de l'exception interne spécifiés.
public:
InstanceNotFoundException(Guid id, Exception ^ innerException);
public InstanceNotFoundException (Guid id, Exception innerException);
new System.ServiceModel.Persistence.InstanceNotFoundException : Guid * Exception -> System.ServiceModel.Persistence.InstanceNotFoundException
Public Sub New (id As Guid, innerException As Exception)
Paramètres
- id
- Guid
Identificateur unique associé à cette instance.
- innerException
- Exception
Exception ayant provoqué le InstanceNotFoundException.
S’applique à
InstanceNotFoundException(Guid, String)
Initialise une nouvelle instance de la classe InstanceNotFoundException à l'aide d l'identificateur et du message spécifiés.
public:
InstanceNotFoundException(Guid id, System::String ^ message);
public InstanceNotFoundException (Guid id, string message);
new System.ServiceModel.Persistence.InstanceNotFoundException : Guid * string -> System.ServiceModel.Persistence.InstanceNotFoundException
Public Sub New (id As Guid, message As String)
Paramètres
- id
- Guid
Identificateur unique associé à cette instance.
- message
- String
Message d'erreur qui explique la raison de l'exception.
S’applique à
InstanceNotFoundException(SerializationInfo, StreamingContext)
Initialise une nouvelle instance de la classe InstanceNotFoundException avec des données sérialisées.
protected:
InstanceNotFoundException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected InstanceNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.ServiceModel.Persistence.InstanceNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ServiceModel.Persistence.InstanceNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Paramètres
- info
- SerializationInfo
SerializationInfo qui contient les données d'objet sérialisées concernant l'exception levée.
- context
- StreamingContext
StreamingContext qui contient des informations contextuelles relatives à la source ou à la destination.
S’applique à
InstanceNotFoundException(String, Exception)
Initialise une nouvelle instance de la classe InstanceNotFoundException à l'aide du message et de l'exception interne spécifiés.
public:
InstanceNotFoundException(System::String ^ message, Exception ^ innerException);
public InstanceNotFoundException (string message, Exception innerException);
new System.ServiceModel.Persistence.InstanceNotFoundException : string * Exception -> System.ServiceModel.Persistence.InstanceNotFoundException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
Message d'erreur qui explique la raison de l'exception.
- innerException
- Exception
Exception ayant provoqué le InstanceNotFoundException.
S’applique à
InstanceNotFoundException(Guid, String, Exception)
Initialise une nouvelle instance de la classe InstanceNotFoundException à l'aide de l'identificateur, du message et de l'exception interne spécifiés.
public:
InstanceNotFoundException(Guid id, System::String ^ message, Exception ^ innerException);
public InstanceNotFoundException (Guid id, string message, Exception innerException);
new System.ServiceModel.Persistence.InstanceNotFoundException : Guid * string * Exception -> System.ServiceModel.Persistence.InstanceNotFoundException
Public Sub New (id As Guid, message As String, innerException As Exception)
Paramètres
- id
- Guid
Identificateur unique associé à cette instance.
- message
- String
Message d'erreur qui explique la raison de l'exception.
- innerException
- Exception
Exception ayant provoqué le InstanceNotFoundException.