DynamicImageInstance.CreateExceptionImage(Exception) Méthode

Définition

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.

S’applique à