DynamicImageInstance.CreateExceptionImage(Exception) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立記憶體資料流,表示指定之 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
用來建立例外狀況影像的物件。
傳回
表示例外狀況影像的記憶體資料流。