ProviderException 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.
Crée une instance de la ProviderException classe.
Surcharges
| Nom | Description |
|---|---|
| ProviderException() |
Crée une instance de la ProviderException classe. |
| ProviderException(String) |
Crée une instance de la ProviderException classe. |
| ProviderException(SerializationInfo, StreamingContext) |
Obsolète.
Crée une instance de la ProviderException classe. |
| ProviderException(String, Exception) |
Crée une instance de la ProviderException classe. |
ProviderException()
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
Crée une instance de la ProviderException classe.
public:
ProviderException();
public ProviderException();
Public Sub New ()
S’applique à
ProviderException(String)
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
Crée une instance de la ProviderException classe.
public:
ProviderException(System::String ^ message);
public ProviderException(string message);
new System.Configuration.Provider.ProviderException : string -> System.Configuration.Provider.ProviderException
Public Sub New (message As String)
Paramètres
- message
- String
Message décrivant pourquoi cela ProviderException a été levée.
S’applique à
ProviderException(SerializationInfo, StreamingContext)
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
Attention
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Crée une instance de la ProviderException classe.
protected:
ProviderException(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 ProviderException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
protected ProviderException(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}")>]
new System.Configuration.Provider.ProviderException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.Provider.ProviderException
new System.Configuration.Provider.ProviderException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.Provider.ProviderException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Paramètres
- info
- SerializationInfo
Objet qui contient les informations à désérialiser.
- context
- StreamingContext
Informations contextuelles sur la source ou la destination.
- Attributs
S’applique à
ProviderException(String, Exception)
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
- Source:
- ProviderException.cs
Crée une instance de la ProviderException classe.
public:
ProviderException(System::String ^ message, Exception ^ innerException);
public ProviderException(string message, Exception innerException);
new System.Configuration.Provider.ProviderException : string * Exception -> System.Configuration.Provider.ProviderException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
Message décrivant pourquoi cela ProviderException a été levée.
- innerException
- Exception
Exception qui a provoqué cette ProviderException levée.