Sprache

DynamicImageInstance.CreateExceptionImage(Exception) Methode

Definition

Erstellt einen Speicherstrom, der das Bitmap-Bild des angegebenen exceptionDarstellungsbildes darstellt.

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

Parameter

exception
Exception

Das Objekt, das zur Erstellung des Ausnahmebilds verwendet wird.

Gibt zurück

Ein Speicherstrom, der das Ausnahmebild darstellt.

Gilt für: