OHyMoS.NET Class Library

OhError.what メソッド 

エラーメッセージ _errorMessage の各行の先頭に引数にとった文字列 aPrefix を付加した文字列を返します。

Returns the message which is made by adding 'aPrefix' before each line of the message that was given when the exception object was thrown.
public string what(
   string aPrefix
);

パラメータ

aPrefix
a String value

戻り値

a String value

参照

OhError クラス | OhymosNet 名前空間