DynamicImageInstance.CreateExceptionImage(Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.