Costruttore ReportViewerException (String, Exception)
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Consente di inizializzare una nuova istanza della classe ReportViewerException con il messaggio di errore e l'eccezione interna.
Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Sintassi
'Dichiarazione
Protected Sub New ( _
message As String, _
innerException As Exception _
)
protected ReportViewerException(
string message,
Exception innerException
)
protected:
ReportViewerException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> ReportViewerException
protected function ReportViewerException(
message : String,
innerException : Exception
)
Parametri
- message
Tipo: String
Messaggio in cui viene descritto l'errore.
- innerException
Tipo: Exception
Eccezione interna che ha determinato l'eccezione corrente.