Partilhar via


Construtor ReportServerException (String, 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 ReportServerException.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)

Sintaxe

'Declaração
Protected Sub New ( _
    message As String, _
    errorCode As String, _
    innerException As Exception _
)
protected ReportServerException(
    string message,
    string errorCode,
    Exception innerException
)
protected:
ReportServerException(
    String^ message, 
    String^ errorCode, 
    Exception^ innerException
)
new : 
        message:string * 
        errorCode:string * 
        innerException:Exception -> ReportServerException
protected function ReportServerException(
    message : String, 
    errorCode : String, 
    innerException : Exception
)

Parâmetros

  • message
    Tipo: String
    A mensagem que descreve o erro.
  • errorCode
    Tipo: String
    O código de erro para a exceção.
  • innerException
    Tipo: Exception
    A exceção interna que é a causa da exceção atual ou nulluma referência nula (Nothing no Visual Basic) se nenhuma exceção interna for especificada.

Consulte também

Referência

ReportServerException Classe

Sobrecargas ReportServerException

Namespace Microsoft.Reporting.WebForms