Lingua

ReportRenderingException Costruttori

Definizione

Crea una nuova istanza della classe ReportRenderingException.

Overload

Nome Descrizione
ReportRenderingException(ErrorCode)

Crea una nuova istanza della ReportRenderingException classe con il codice di errore specificato.

ReportRenderingException(Exception)

Crea una nuova istanza della ReportRenderingException classe con l'eccezione interna specificata.

ReportRenderingException(String)

Crea una nuova istanza della ReportRenderingException classe con il messaggio di errore specificato.

ReportRenderingException(ErrorCode, Exception)

Crea una nuova istanza della ReportRenderingException classe con il codice di errore specificato e l'eccezione interna.

ReportRenderingException(ErrorCode, Object[])

Crea una nuova istanza della ReportRenderingException classe con il codice di errore specificato e gli argomenti per formattare il messaggio di errore.

ReportRenderingException(Exception, Boolean)

Crea una nuova istanza della ReportRenderingException classe con l'eccezione interna specificata e il flag che indicano se l'eccezione è inaspettata.

ReportRenderingException(SerializationInfo, StreamingContext)

Crea una nuova istanza della ReportRenderingException classe con dati serializzati.

ReportRenderingException(String, Boolean)

Crea una nuova istanza della ReportRenderingException classe con il messaggio di errore specificato e il flag che indicano se l'eccezione è inaspettata.

ReportRenderingException(String, Exception)

Crea una nuova istanza della ReportRenderingException classe con il messaggio di errore specificato e l'eccezione interna.

ReportRenderingException(ErrorCode, Exception, Boolean)

Crea una nuova istanza della ReportRenderingException classe con il codice di errore specificato, l'eccezione interna e il flag che indicano se l'eccezione è inaspettata.

ReportRenderingException(ErrorCode, String, Boolean)

Crea una nuova istanza della ReportRenderingException classe con il codice di errore specificato, il messaggio di errore e il flag che indicano se l'eccezione è inaspettata.

ReportRenderingException(String, Exception, Boolean)

Crea una nuova istanza della ReportRenderingException classe con il messaggio di errore specificato, l'eccezione interna e il flag che indicano se l'eccezione è inaspettata.

ReportRenderingException(ErrorCode, String, Exception, Boolean)

Crea una nuova istanza della ReportRenderingException classe con il codice di errore specificato, il messaggio di errore, l'eccezione interna e il flag che indicano se l'eccezione è inaspettata.

ReportRenderingException(ErrorCode)

Crea una nuova istanza della ReportRenderingException classe con il codice di errore specificato.

public:
 ReportRenderingException(Microsoft::ReportingServices::Diagnostics::Utilities::ErrorCode errCode);
public ReportRenderingException(Microsoft.ReportingServices.Diagnostics.Utilities.ErrorCode errCode);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException : Microsoft.ReportingServices.Diagnostics.Utilities.ErrorCode -> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Public Sub New (errCode As ErrorCode)

Parametri

errCode
ErrorCode

Codice di errore per l'eccezione.

Si applica a

ReportRenderingException(Exception)

Crea una nuova istanza della ReportRenderingException classe con l'eccezione interna specificata.

public:
 ReportRenderingException(Exception ^ innerException);
public ReportRenderingException(Exception innerException);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException : Exception -> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Public Sub New (innerException As Exception)

Parametri

innerException
Exception

Un Exception oggetto che è la causa dell'eccezione corrente.

Si applica a

ReportRenderingException(String)

Crea una nuova istanza della ReportRenderingException classe con il messaggio di errore specificato.

public:
 ReportRenderingException(System::String ^ message);
public ReportRenderingException(string message);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException : string -> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Public Sub New (message As String)

Parametri

message
String

Messaggio di errore per l'eccezione.

Si applica a

ReportRenderingException(ErrorCode, Exception)

Crea una nuova istanza della ReportRenderingException classe con il codice di errore specificato e l'eccezione interna.

public:
 ReportRenderingException(Microsoft::ReportingServices::Diagnostics::Utilities::ErrorCode errCode, Exception ^ innerException);
public ReportRenderingException(Microsoft.ReportingServices.Diagnostics.Utilities.ErrorCode errCode, Exception innerException);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException : Microsoft.ReportingServices.Diagnostics.Utilities.ErrorCode * Exception -> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Public Sub New (errCode As ErrorCode, innerException As Exception)

Parametri

errCode
ErrorCode

Codice di errore per l'eccezione.

innerException
Exception

Un Exception oggetto che è la causa dell'eccezione corrente.

Si applica a

ReportRenderingException(ErrorCode, Object[])

Crea una nuova istanza della ReportRenderingException classe con il codice di errore specificato e gli argomenti per formattare il messaggio di errore.

public:
 ReportRenderingException(Microsoft::ReportingServices::Diagnostics::Utilities::ErrorCode errCode, ... cli::array <System::Object ^> ^ arguments);
public ReportRenderingException(Microsoft.ReportingServices.Diagnostics.Utilities.ErrorCode errCode, params object[] arguments);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException : Microsoft.ReportingServices.Diagnostics.Utilities.ErrorCode * obj[] -> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Public Sub New (errCode As ErrorCode, ParamArray arguments As Object())

Parametri

errCode
ErrorCode

Codice di errore per l'eccezione.

arguments
Object[]

Gli argomenti a favore della formattazione del messaggio di errore.

Si applica a

ReportRenderingException(Exception, Boolean)

Crea una nuova istanza della ReportRenderingException classe con l'eccezione interna specificata e il flag che indicano se l'eccezione è inaspettata.

public:
 ReportRenderingException(Exception ^ innerException, bool unexpected);
public ReportRenderingException(Exception innerException, bool unexpected);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException : Exception * bool -> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Public Sub New (innerException As Exception, unexpected As Boolean)

Parametri

innerException
Exception

Un Exception oggetto che è la causa dell'eccezione corrente.

unexpected
Boolean

true per indicare che l'eccezione è inaspettata; altrimenti, false.

Si applica a

ReportRenderingException(SerializationInfo, StreamingContext)

Crea una nuova istanza della ReportRenderingException classe con dati serializzati.

protected:
 ReportRenderingException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ReportRenderingException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametri

info
SerializationInfo

L'oggetto che contiene le informazioni serializzate sull'eccezione.

context
StreamingContext

Informazioni contestuali sull'origine o sulla destinazione.

Si applica a

ReportRenderingException(String, Boolean)

Crea una nuova istanza della ReportRenderingException classe con il messaggio di errore specificato e il flag che indicano se l'eccezione è inaspettata.

public:
 ReportRenderingException(System::String ^ message, bool unexpected);
public ReportRenderingException(string message, bool unexpected);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException : string * bool -> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Public Sub New (message As String, unexpected As Boolean)

Parametri

message
String

Messaggio di errore per l'eccezione.

unexpected
Boolean

true per indicare che l'eccezione è inaspettata; altrimenti, false.

Si applica a

ReportRenderingException(String, Exception)

Crea una nuova istanza della ReportRenderingException classe con il messaggio di errore specificato e l'eccezione interna.

public:
 ReportRenderingException(System::String ^ message, Exception ^ innerException);
public ReportRenderingException(string message, Exception innerException);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException : string * Exception -> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Public Sub New (message As String, innerException As Exception)

Parametri

message
String

Messaggio di errore per l'eccezione.

innerException
Exception

Un Exception oggetto che è la causa dell'eccezione corrente.

Si applica a

ReportRenderingException(ErrorCode, Exception, Boolean)

Crea una nuova istanza della ReportRenderingException classe con il codice di errore specificato, l'eccezione interna e il flag che indicano se l'eccezione è inaspettata.

public:
 ReportRenderingException(Microsoft::ReportingServices::Diagnostics::Utilities::ErrorCode errCode, Exception ^ innerException, bool unexpected);
public ReportRenderingException(Microsoft.ReportingServices.Diagnostics.Utilities.ErrorCode errCode, Exception innerException, bool unexpected);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException : Microsoft.ReportingServices.Diagnostics.Utilities.ErrorCode * Exception * bool -> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Public Sub New (errCode As ErrorCode, innerException As Exception, unexpected As Boolean)

Parametri

errCode
ErrorCode

Codice di errore per l'eccezione.

innerException
Exception

Un Exception oggetto che è la causa dell'eccezione corrente.

unexpected
Boolean

true per indicare che l'eccezione è inaspettata; altrimenti, false.

Si applica a

ReportRenderingException(ErrorCode, String, Boolean)

Crea una nuova istanza della ReportRenderingException classe con il codice di errore specificato, il messaggio di errore e il flag che indicano se l'eccezione è inaspettata.

public:
 ReportRenderingException(Microsoft::ReportingServices::Diagnostics::Utilities::ErrorCode errCode, System::String ^ message, bool unexpected);
public ReportRenderingException(Microsoft.ReportingServices.Diagnostics.Utilities.ErrorCode errCode, string message, bool unexpected);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException : Microsoft.ReportingServices.Diagnostics.Utilities.ErrorCode * string * bool -> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Public Sub New (errCode As ErrorCode, message As String, unexpected As Boolean)

Parametri

errCode
ErrorCode

Codice di errore per l'eccezione.

message
String

Messaggio di errore per l'eccezione.

unexpected
Boolean

true per indicare che l'eccezione è inaspettata; altrimenti, false.

Si applica a

ReportRenderingException(String, Exception, Boolean)

Crea una nuova istanza della ReportRenderingException classe con il messaggio di errore specificato, l'eccezione interna e il flag che indicano se l'eccezione è inaspettata.

public:
 ReportRenderingException(System::String ^ message, Exception ^ innerException, bool unexpected);
public ReportRenderingException(string message, Exception innerException, bool unexpected);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException : string * Exception * bool -> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Public Sub New (message As String, innerException As Exception, unexpected As Boolean)

Parametri

message
String

Codice di errore per l'eccezione.

innerException
Exception

Un Exception oggetto che è la causa dell'eccezione corrente.

unexpected
Boolean

true per indicare che l'eccezione è inaspettata; altrimenti, false.

Si applica a

ReportRenderingException(ErrorCode, String, Exception, Boolean)

Crea una nuova istanza della ReportRenderingException classe con il codice di errore specificato, il messaggio di errore, l'eccezione interna e il flag che indicano se l'eccezione è inaspettata.

public:
 ReportRenderingException(Microsoft::ReportingServices::Diagnostics::Utilities::ErrorCode errCode, System::String ^ message, Exception ^ innerException, bool unexpected);
public ReportRenderingException(Microsoft.ReportingServices.Diagnostics.Utilities.ErrorCode errCode, string message, Exception innerException, bool unexpected);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException : Microsoft.ReportingServices.Diagnostics.Utilities.ErrorCode * string * Exception * bool -> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Public Sub New (errCode As ErrorCode, message As String, innerException As Exception, unexpected As Boolean)

Parametri

errCode
ErrorCode

Codice di errore per l'eccezione.

message
String

Messaggio di errore per l'eccezione.

innerException
Exception

Un Exception oggetto che è la causa dell'eccezione corrente.

unexpected
Boolean

true per indicare che l'eccezione è inaspettata; altrimenti, false.

Si applica a