例外の内容を文字列に変換します。
Overrides Public Function ToString() As String
[C#]
public override string ToString();
[C++]
public: String* ToString();
[JScript]
public override function ToString() : String;
戻り値
例外の HResult 、 Message 、 InnerException 、 StackTrace の各プロパティを含んでいる文字列。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
COMException クラス | COMException メンバ | System.Runtime.InteropServices 名前空間 | HResult | Message | InnerException | StackTrace