Construtor ReportViewerException (String)
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 mensagens de erro.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
Protected Sub New ( _
message As String _
)
protected ReportViewerException(
string message
)
protected:
ReportViewerException(
String^ message
)
new :
message:string -> ReportViewerException
protected function ReportViewerException(
message : String
)
Parâmetros
- message
Tipo: String
A mensagem que descreve o erro.