GetMessageText メソッド
例外メッセージ ボックスに例外が表示されたときにユーザーがクリップボードにコピー可能な文字列を返します。
名前空間: Microsoft.SqlServer.MessageBox
アセンブリ: Microsoft.ExceptionMessageBox (Microsoft.ExceptionMessageBox.dll)
構文
'宣言
Public Shared Function GetMessageText ( _
exception As Exception _
) As String
'使用
Dim exception As Exception
Dim returnValue As String
returnValue = ExceptionMessageBox.GetMessageText(exception)
public static string GetMessageText(
Exception exception
)
public:
static String^ GetMessageText(
Exception^ exception
)
static member GetMessageText :
exception:Exception -> string
public static function GetMessageText(
exception : Exception
) : String
パラメーター
- exception
型: System. . :: . .Exception
Exception オブジェクトです。
戻り値
型: System. . :: . .String
メッセージの完全な内容が含まれる String です。
説明
返される String には、メッセージのすべての部分のメッセージ テキスト、キャプション、およびヘルプ リンクが含まれます。これは、[メッセージ テキストのコピー] ボタンがクリックされたときにクリップボードに格納されるテキストと同じテキストです。