Partager via


Propriété ReportRenderingException.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 for the exception.

Voir aussi

Référence

ReportRenderingException Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering