Propriété ReportServerException.ErrorCode
Retourne le code d'erreur de l'exception.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ErrorCode As String
Get
'Utilisation
Dim instance As ReportServerException
Dim value As String
value = instance.ErrorCode
public string ErrorCode { get; }
public:
property String^ ErrorCode {
String^ get ();
}
member ErrorCode : string
function get ErrorCode () : String
Valeur de propriété
Type : System.String
Valeur string qui contient le code d'erreur retourné par le serveur de rapports, ou nullune référence Null (Nothing dans 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.