DynamicImageInstance.CreateExceptionImage(Exception) 方法

定義

建立記憶體資料流,表示指定之 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

參數

exception
Exception

用來建立例外狀況影像的物件。

傳回

MemoryStream

表示例外狀況影像的記憶體資料流。

適用於