Construtor ReportViewerException (String, Exception)
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Inicializa uma nova instância da classe ReportViewerException com mensagem de erro e exceção interna.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- message
Tipo: String
A mensagem que descreve o erro.
- innerException
Tipo: Exception
A exceção interna que é a causa da exceção atual.