Lenguaje

DynamicImageInstance.CreateExceptionImage(Exception) Método

Definición

Crea un flujo de memoria que representa la imagen bitmap del archivo especificado 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

Parámetros

exception
Exception

El objeto utilizado para crear la imagen de excepción.

Devoluciones

Un flujo de memoria que representa la imagen de excepción.

Se aplica a