ReportRenderingException Costruttori

Definizione

Crea una nuova istanza della classe ReportRenderingException.

Overload

ReportRenderingException(ErrorCode)

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

ReportRenderingException(Exception)

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

ReportRenderingException(String)

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

ReportRenderingException(ErrorCode, Exception)

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

ReportRenderingException(ErrorCode, Object[])

Crea una nuova istanza della classe ReportRenderingException con il codice di errore e gli argomenti per la formattazione del messaggio di errore specificati.

ReportRenderingException(Exception, Boolean)

Crea una nuova istanza della classe ReportRenderingException con l'eccezione interna e il flag che indica se l'eccezione è imprevista specificati.

ReportRenderingException(SerializationInfo, StreamingContext)

Crea una nuova istanza della classe ReportRenderingException con dati serializzati.

ReportRenderingException(String, Boolean)

Crea una nuova istanza della classe ReportRenderingException con il messaggio di errore e il flag che indica se l'eccezione è imprevista specificati.

ReportRenderingException(String, Exception)

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

ReportRenderingException(ErrorCode, Exception, Boolean)

Crea una nuova istanza della classe ReportRenderingException con il codice di errore, l'eccezione interna e il flag che indica se l'eccezione è imprevista specificati.

ReportRenderingException(ErrorCode, String, Boolean)

Crea una nuova istanza della classe ReportRenderingException con il codice di errore, il messaggio di errore e il flag che indica se l'eccezione è imprevista specificati.

ReportRenderingException(String, Exception, Boolean)

Crea una nuova istanza della classe ReportRenderingException con il messaggio di errore, l'eccezione interna e il flag che indica se l'eccezione è imprevista specificati.

ReportRenderingException(ErrorCode, String, Exception, Boolean)

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

ReportRenderingException(ErrorCode)

Crea una nuova istanza della classe ReportRenderingException 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 classe ReportRenderingException 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

Oggetto Exception che rappresenta la causa dell'eccezione corrente.

Si applica a

ReportRenderingException(String)

Crea una nuova istanza della classe ReportRenderingException 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 dell'eccezione.

Si applica a

ReportRenderingException(ErrorCode, Exception)

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

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

Oggetto Exception che rappresenta la causa dell'eccezione corrente.

Si applica a

ReportRenderingException(ErrorCode, Object[])

Crea una nuova istanza della classe ReportRenderingException con il codice di errore e gli argomenti per la formattazione del messaggio di errore specificati.

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[]

Argomenti per la formattazione del messaggio di errore.

Si applica a

ReportRenderingException(Exception, Boolean)

Crea una nuova istanza della classe ReportRenderingException con l'eccezione interna e il flag che indica se l'eccezione è imprevista specificati.

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

Oggetto Exception che rappresenta la causa dell'eccezione corrente.

unexpected
Boolean

true per indicare che l'eccezione è imprevista; in caso contrario, false.

Si applica a

ReportRenderingException(SerializationInfo, StreamingContext)

Crea una nuova istanza della classe ReportRenderingException 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

Oggetto contenente 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 classe ReportRenderingException con il messaggio di errore e il flag che indica se l'eccezione è imprevista specificati.

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 dell'eccezione.

unexpected
Boolean

true per indicare che l'eccezione è imprevista; in caso contrario, false.

Si applica a

ReportRenderingException(String, Exception)

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

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 dell'eccezione.

innerException
Exception

Oggetto Exception che rappresenta la causa dell'eccezione corrente.

Si applica a

ReportRenderingException(ErrorCode, Exception, Boolean)

Crea una nuova istanza della classe ReportRenderingException con il codice di errore, l'eccezione interna e il flag che indica se l'eccezione è imprevista specificati.

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

Oggetto Exception che rappresenta la causa dell'eccezione corrente.

unexpected
Boolean

true per indicare che l'eccezione è imprevista; in caso contrario, false.

Si applica a

ReportRenderingException(ErrorCode, String, Boolean)

Crea una nuova istanza della classe ReportRenderingException con il codice di errore, il messaggio di errore e il flag che indica se l'eccezione è imprevista specificati.

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 dell'eccezione.

unexpected
Boolean

true per indicare che l'eccezione è imprevista; in caso contrario, false.

Si applica a

ReportRenderingException(String, Exception, Boolean)

Crea una nuova istanza della classe ReportRenderingException con il messaggio di errore, l'eccezione interna e il flag che indica se l'eccezione è imprevista specificati.

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

Oggetto Exception che rappresenta la causa dell'eccezione corrente.

unexpected
Boolean

true per indicare che l'eccezione è imprevista; in caso contrario, false.

Si applica a

ReportRenderingException(ErrorCode, String, Exception, Boolean)

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

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 dell'eccezione.

innerException
Exception

Oggetto Exception che rappresenta la causa dell'eccezione corrente.

unexpected
Boolean

true per indicare che l'eccezione è imprevista; in caso contrario, false.

Si applica a