Partager via


ReportServerException.ErrorCode, propriété

Retourne le code d'erreur de l'exception.

Espace de noms :  Microsoft.Reporting.WebForms
Assembly :  Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ErrorCode As String
public string ErrorCode { get; }
public:
property String^ ErrorCode {
    String^ get ();
}
member ErrorCode : string with get
function get ErrorCode () : String

Valeur de propriété

Type : String
Valeur string qui contient le code d'erreur retourné par le serveur de rapports, ou nullune référence null (Nothing en Visual Basic) si la tentative de connexion au serveur de rapports échoue.

Notes

Pour connaître la liste des erreurs retournées par le serveur de rapports, consultez SoapException Errors Table dans la documentation en ligne de SQL Server.

Voir aussi

Référence

ReportServerException Classe

Microsoft.Reporting.WebForms, espace de noms