ReportRenderingException.ErrorCode Property
Gets the error code for the exception.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ErrorCode As ErrorCode
Get
'Usage
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
Property Value
Type: ErrorCode
An ErrorCode value.