ProxyAssemblyNotLoadedException 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 ProxyAssemblyNotLoadedException. Utilisé en interne.
Surcharges
ProxyAssemblyNotLoadedException() |
Initialise une nouvelle instance de la classe ProxyAssemblyNotLoadedException. Utilisé en interne. |
ProxyAssemblyNotLoadedException(String) |
Initialise une nouvelle instance de la classe ProxyAssemblyNotLoadedException avec un message d'erreur. Utilisé en interne. |
ProxyAssemblyNotLoadedException(SerializationInfo, StreamingContext) |
Initialise une nouvelle instance de la classe ProxyAssemblyNotLoadedException avec les informations de sérialisation. Utilisé en interne. |
ProxyAssemblyNotLoadedException(String, Exception) |
Initialise une nouvelle instance de la classe ProxyAssemblyNotLoadedException avec un message d'erreur spécifié et une référence à l'exception interne à l'origine de cette exception. Utilisé en interne. |
ProxyAssemblyNotLoadedException()
Initialise une nouvelle instance de la classe ProxyAssemblyNotLoadedException. Utilisé en interne.
public:
ProxyAssemblyNotLoadedException();
public ProxyAssemblyNotLoadedException ();
Public Sub New ()
S’applique à
ProxyAssemblyNotLoadedException(String)
Initialise une nouvelle instance de la classe ProxyAssemblyNotLoadedException avec un message d'erreur. Utilisé en interne.
public:
ProxyAssemblyNotLoadedException(System::String ^ message);
public ProxyAssemblyNotLoadedException (string message);
new System.Windows.Automation.ProxyAssemblyNotLoadedException : string -> System.Windows.Automation.ProxyAssemblyNotLoadedException
Public Sub New (message As String)
Paramètres
- message
- String
Description de l'erreur.
S’applique à
ProxyAssemblyNotLoadedException(SerializationInfo, StreamingContext)
Initialise une nouvelle instance de la classe ProxyAssemblyNotLoadedException avec les informations de sérialisation. Utilisé en interne.
protected:
ProxyAssemblyNotLoadedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ProxyAssemblyNotLoadedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Windows.Automation.ProxyAssemblyNotLoadedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Windows.Automation.ProxyAssemblyNotLoadedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Paramètres
- info
- SerializationInfo
Données nécessaires pour sérialiser ou désérialiser l'objet.
- context
- StreamingContext
Source et destination du flux sérialisé.
S’applique à
ProxyAssemblyNotLoadedException(String, Exception)
Initialise une nouvelle instance de la classe ProxyAssemblyNotLoadedException avec un message d'erreur spécifié et une référence à l'exception interne à l'origine de cette exception. Utilisé en interne.
public:
ProxyAssemblyNotLoadedException(System::String ^ message, Exception ^ innerException);
public ProxyAssemblyNotLoadedException (string message, Exception innerException);
new System.Windows.Automation.ProxyAssemblyNotLoadedException : string * Exception -> System.Windows.Automation.ProxyAssemblyNotLoadedException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
Description de l'erreur.
- innerException
- Exception
Exception qui est la cause de cette exception.