DynamicImageInstance.CreateExceptionImage(Exception) 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.
Crée un flux mémoire qui représente l’image bitmap du fichier spécifié exception.
protected:
System::IO::MemoryStream ^ CreateExceptionImage(Exception ^ exception);
protected System.IO.MemoryStream CreateExceptionImage(Exception exception);
member this.CreateExceptionImage : Exception -> System.IO.MemoryStream
Protected Function CreateExceptionImage (exception As Exception) As MemoryStream
Paramètres
- exception
- Exception
L’objet utilisé pour créer l’image d’exception.
Retours
Un flux mémoire qui représente une image d’exception.