Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » SQL Anywhere サーバ - プログラミング » SQL Anywhere データ・アクセス API » SQL Anywhere .NET 2.0 API リファレンス » iAnywhere.Data.SQLAnywhere ネームスペース (.NET 2.0) » SAException クラス

 

Message プロパティ

エラーが記述されたテキストを返します。

構文
Visual Basic

Public Overrides Readonly Property Message As String
C#

public override string  Message { get;}
備考

このメソッドは、Errors コレクション内のすべての SAError オブジェクトのすべての Message プロパティの連結が含まれる単一文字列を返します。最後のメッセージを除く各メッセージの後ろには復帰文字があります。

参照