DynamicImageInstance.CreateExceptionImage(Exception) Method

Definition

Creates memory stream that represents the bitmap image of the specified 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

Parameters

exception
Exception

The object used to create the exception image.

Returns

A memory stream that represents exception image.

Applies to