A Sandcastle Documented Class Library
FormatErrorMessage メソッド (e)
名前空間CFW.ErrorMailErrorMessageFormatErrorMessage(Exception)
エラーメッセージを組み立てます。 これにより必要な情報(メッセージ、スタックトレース等)が自動的に作成されます。 またSqlExceptionにも対応しています。
宣言の構文
C#Visual BasicVisual C++
public static string FormatErrorMessage(
	Exception e
)
Public Shared Function FormatErrorMessage ( _
	e As Exception _
) As String
public:
static String^ FormatErrorMessage(
	Exception^ e
)
パラメータ
e (Exception)
例外
戻り値
組み立てたエラーメッセージ

アセンブリ: CFW (モジュール: CFW) バージョン: 1.2.0.2 (1.2.0.2)