ExceptionMessageBox.GetMessageText(Exception) メソッド

定義

この機能は、Microsoft SQL Server の将来のバージョンで削除されます。 新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションは修正することを検討してください。 代わりに GetMessageText(Exception) を使用してください

public:
 static System::String ^ GetMessageText(Exception ^ exception);
public static string GetMessageText (Exception exception);
static member GetMessageText : Exception -> string
Public Shared Function GetMessageText (exception As Exception) As String

パラメーター

exception
Exception

Exception オブジェクト。

戻り値

Stringメッセージの完全な内容を含む 。

適用対象