ErrorCode 属性

Gets the error code for the exception.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property ErrorCode As ErrorCode
    Get
用法
Dim instance As ReportRenderingException
Dim value As ErrorCode

value = instance.ErrorCode
public ErrorCode ErrorCode { get; }
public:
property ErrorCode ErrorCode {
    ErrorCode get ();
}
member ErrorCode : ErrorCode
function get ErrorCode () : ErrorCode

属性值

类型:ErrorCode
An ErrorCode value.