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
一个 string 值,其中包含报表服务器返回的错误代码,如果与报表服务器进行连接的尝试不成功,则为 nullnull 引用(在 Visual Basic 中为 Nothing)。

注释

有关报表服务器返回的错误列表,请参见 SQL Server 联机丛书中的 SoapException Errors Table

请参阅

参考

ReportServerException 类

Microsoft.Reporting.WebForms 命名空间