DynamicImageInstance.CreateExceptionImage(Exception) Metodo

Definizione

Crea un flusso di memoria che rappresenta l'immagine bitmap del file specificato 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

Parametri

exception
Exception

L'oggetto utilizzato per creare l'immagine eccezionale.

Valori restituiti

Un flusso di memoria che rappresenta l'immagine di eccezione.

Si applica a