Convert.ThrowTypeMismatch(Object) Metodo

Definizione

Genera un'eccezione JScriptException in tutti i casi.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 static void ThrowTypeMismatch(System::Object ^ val);
public static void ThrowTypeMismatch (object val);
static member ThrowTypeMismatch : obj -> unit
Public Shared Sub ThrowTypeMismatch (val As Object)

Parametri

val
Object

Codice sorgente che ha causato l'eccezione.

Si applica a

Vedi anche