ErrorObject.ToException(ErrorObject) Méthode
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.
Convertit implicitement un ErrorObject en un Exception.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
static Exception ^ ToException(Microsoft::JScript::ErrorObject ^ err);
public static Exception ToException (Microsoft.JScript.ErrorObject err);
static member ToException : Microsoft.JScript.ErrorObject -> Exception
Public Shared Function ToException (err As ErrorObject) As Exception
Paramètres
- err
- ErrorObject
Objet à convertir.
Retours
ErrorObject converti.