Partager via


Propriété ErrorCode

Gets the error code for the exception.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ErrorCode As ErrorCode
    Get
'Utilisation
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

Valeur de propriété

Type : ErrorCode
An ErrorCode value.