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.