Partager via


ErrorObject.Explicit(ErrorObject to Exception) Opérateur

Définition

Convertit explicitement un ErrorObject en un Exception.

public:
 static explicit operator Exception ^(Microsoft::JScript::ErrorObject ^ err);
public static explicit operator Exception (Microsoft.JScript.ErrorObject err);
static member op_Explicit : Microsoft.JScript.ErrorObject -> Exception
Public Shared Narrowing Operator CType (err As ErrorObject) As Exception

Paramètres

err
ErrorObject

Objet à convertir.

Retours

Exception

ErrorObject converti.

S’applique à

Voir aussi