ReportServerException.ErrorCode プロパティ
例外からエラー コードを返します。
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)
構文
'宣言
Public ReadOnly Property ErrorCode As String
Get
'使用
Dim instance As ReportServerException
Dim value As String
value = instance.ErrorCode
public string ErrorCode { get; }
public:
property String^ ErrorCode {
String^ get ();
}
member ErrorCode : string
function get ErrorCode () : String
プロパティ値
型: System.String
レポート サーバーによって返されたエラー コードを表す文字列値。レポート サーバーへの接続試行が失敗した場合は、nullNULL 参照 (Visual Basic では Nothing)。
説明
レポート サーバーによって返されるエラーの一覧については、SQL Server オンライン ブックの「SoapException Errors Table」を参照してください。