Langue

AxHost.InvalidActiveXStateException Constructeurs

Définition

Initialise une nouvelle instance de la classe AxHost.InvalidActiveXStateException.

Surcharges

Nom Description
AxHost.InvalidActiveXStateException()

Initialise une nouvelle instance de la AxHost.InvalidActiveXStateException classe sans spécifier d’informations sur le membre qui a référencé le contrôle ActiveX.

AxHost.InvalidActiveXStateException(String, AxHost+ActiveXInvokeKind)

Initialise une nouvelle instance de la AxHost.InvalidActiveXStateException classe et indique le nom du membre qui a référencé le contrôle ActiveX et le type de référence qu’il a fait.

AxHost.InvalidActiveXStateException()

Source:
AxHost.InvalidActiveXStateException.cs
Source:
AxHost.InvalidActiveXStateException.cs
Source:
AxHost.InvalidActiveXStateException.cs
Source:
AxHost.InvalidActiveXStateException.cs
Source:
AxHost.InvalidActiveXStateException.cs

Initialise une nouvelle instance de la AxHost.InvalidActiveXStateException classe sans spécifier d’informations sur le membre qui a référencé le contrôle ActiveX.

public:
 InvalidActiveXStateException();
public InvalidActiveXStateException();
Public Sub New ()

S’applique à

AxHost.InvalidActiveXStateException(String, AxHost+ActiveXInvokeKind)

Source:
AxHost.InvalidActiveXStateException.cs
Source:
AxHost.InvalidActiveXStateException.cs
Source:
AxHost.InvalidActiveXStateException.cs
Source:
AxHost.InvalidActiveXStateException.cs
Source:
AxHost.InvalidActiveXStateException.cs

Initialise une nouvelle instance de la AxHost.InvalidActiveXStateException classe et indique le nom du membre qui a référencé le contrôle ActiveX et le type de référence qu’il a fait.

public:
 InvalidActiveXStateException(System::String ^ name, System::Windows::Forms::AxHost::ActiveXInvokeKind kind);
public InvalidActiveXStateException(string name, System.Windows.Forms.AxHost.ActiveXInvokeKind kind);
public InvalidActiveXStateException(string? name, System.Windows.Forms.AxHost.ActiveXInvokeKind kind);
new System.Windows.Forms.AxHost.InvalidActiveXStateException : string * System.Windows.Forms.AxHost.ActiveXInvokeKind -> System.Windows.Forms.AxHost.InvalidActiveXStateException
Public Sub New (name As String, kind As AxHost.ActiveXInvokeKind)

Paramètres

name
String

Nom du membre qui a référencé le contrôle ActiveX pendant qu’il était dans un état non valide.

Voir aussi

S’applique à