Langue

ReportRenderingException Constructeurs

Définition

Crée une instance de la classe ReportRenderingException.

Surcharges

Nom Description
ReportRenderingException(ErrorCode)

Crée une nouvelle instance de la ReportRenderingException classe avec le code d’erreur spécifié.

ReportRenderingException(Exception)

Crée une nouvelle instance de la ReportRenderingException classe avec l’exception interne spécifiée.

ReportRenderingException(String)

Crée une nouvelle instance de la ReportRenderingException classe avec le message d’erreur spécifié.

ReportRenderingException(ErrorCode, Exception)

Crée une nouvelle instance de la ReportRenderingException classe avec le code d’erreur et l’exception interne spécifiés.

ReportRenderingException(ErrorCode, Object[])

Crée une nouvelle instance de la ReportRenderingException classe avec le code d’erreur et les arguments spécifiés pour formater le message d’erreur.

ReportRenderingException(Exception, Boolean)

Crée une nouvelle instance de la ReportRenderingException classe avec l’exception interne spécifiée et le drapeau indiquant si l’exception est inattendue.

ReportRenderingException(SerializationInfo, StreamingContext)

Crée une instance de la ReportRenderingException classe avec des données sérialisées.

ReportRenderingException(String, Boolean)

Crée une nouvelle instance de la ReportRenderingException classe avec le message d’erreur et le drapeau spécifiés indiquant si l’exception est inattendue.

ReportRenderingException(String, Exception)

Crée une nouvelle instance de la ReportRenderingException classe avec le message d’erreur spécifié et l’exception interne.

ReportRenderingException(ErrorCode, Exception, Boolean)

Crée une nouvelle instance de la ReportRenderingException classe avec le code d’erreur spécifié, l’exception interne et le drapeau indiquant si l’exception est inattendue.

ReportRenderingException(ErrorCode, String, Boolean)

Crée une nouvelle instance de la ReportRenderingException classe avec le code d’erreur spécifié, le message d’erreur et le drapeau indiquant si l’exception est inattendue.

ReportRenderingException(String, Exception, Boolean)

Crée une nouvelle instance de la ReportRenderingException classe avec le message d’erreur spécifié, l’exception interne et le drapeau indiquant si l’exception est inattendue.

ReportRenderingException(ErrorCode, String, Exception, Boolean)

Crée une nouvelle instance de la ReportRenderingException classe avec le code d’erreur spécifié, le message d’erreur, l’exception interne et le drapeau indiquant si l’exception est inattendue.

ReportRenderingException(ErrorCode)

Crée une nouvelle instance de la ReportRenderingException classe avec le code d’erreur spécifié.

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)

Paramètres

errCode
ErrorCode

Code d’erreur de l’exception.

S’applique à

ReportRenderingException(Exception)

Crée une nouvelle instance de la ReportRenderingException classe avec l’exception interne spécifiée.

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

Paramètres

innerException
Exception

Un Exception objet qui est la cause de l’exception actuelle.

S’applique à

ReportRenderingException(String)

Crée une nouvelle instance de la ReportRenderingException classe avec le message d’erreur spécifié.

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)

Paramètres

message
String

Message d’erreur pour l’exception.

S’applique à

ReportRenderingException(ErrorCode, Exception)

Crée une nouvelle instance de la ReportRenderingException classe avec le code d’erreur et l’exception interne spécifiés.

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)

Paramètres

errCode
ErrorCode

Code d’erreur de l’exception.

innerException
Exception

Un Exception objet qui est la cause de l’exception actuelle.

S’applique à

ReportRenderingException(ErrorCode, Object[])

Crée une nouvelle instance de la ReportRenderingException classe avec le code d’erreur et les arguments spécifiés pour formater le message d’erreur.

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())

Paramètres

errCode
ErrorCode

Code d’erreur de l’exception.

arguments
Object[]

Les arguments pour formater le message d’erreur.

S’applique à

ReportRenderingException(Exception, Boolean)

Crée une nouvelle instance de la ReportRenderingException classe avec l’exception interne spécifiée et le drapeau indiquant si l’exception est inattendue.

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)

Paramètres

innerException
Exception

Un Exception objet qui est la cause de l’exception actuelle.

unexpected
Boolean

true pour indiquer que l’exception est inattendue ; sinon, false.

S’applique à

ReportRenderingException(SerializationInfo, StreamingContext)

Crée une instance de la ReportRenderingException classe avec des données sérialisées.

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)

Paramètres

info
SerializationInfo

L’objet contenant les informations sérialisées concernant l’exception.

context
StreamingContext

Informations contextuelles sur la source ou la destination.

S’applique à

ReportRenderingException(String, Boolean)

Crée une nouvelle instance de la ReportRenderingException classe avec le message d’erreur et le drapeau spécifiés indiquant si l’exception est inattendue.

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)

Paramètres

message
String

Message d’erreur pour l’exception.

unexpected
Boolean

true pour indiquer que l’exception est inattendue ; sinon, false.

S’applique à

ReportRenderingException(String, Exception)

Crée une nouvelle instance de la ReportRenderingException classe avec le message d’erreur spécifié et l’exception interne.

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)

Paramètres

message
String

Message d’erreur pour l’exception.

innerException
Exception

Un Exception objet qui est la cause de l’exception actuelle.

S’applique à

ReportRenderingException(ErrorCode, Exception, Boolean)

Crée une nouvelle instance de la ReportRenderingException classe avec le code d’erreur spécifié, l’exception interne et le drapeau indiquant si l’exception est inattendue.

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)

Paramètres

errCode
ErrorCode

Code d’erreur de l’exception.

innerException
Exception

Un Exception objet qui est la cause de l’exception actuelle.

unexpected
Boolean

true pour indiquer que l’exception est inattendue ; sinon, false.

S’applique à

ReportRenderingException(ErrorCode, String, Boolean)

Crée une nouvelle instance de la ReportRenderingException classe avec le code d’erreur spécifié, le message d’erreur et le drapeau indiquant si l’exception est inattendue.

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)

Paramètres

errCode
ErrorCode

Code d’erreur de l’exception.

message
String

Message d’erreur pour l’exception.

unexpected
Boolean

true pour indiquer que l’exception est inattendue ; sinon, false.

S’applique à

ReportRenderingException(String, Exception, Boolean)

Crée une nouvelle instance de la ReportRenderingException classe avec le message d’erreur spécifié, l’exception interne et le drapeau indiquant si l’exception est inattendue.

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)

Paramètres

message
String

Code d’erreur de l’exception.

innerException
Exception

Un Exception objet qui est la cause de l’exception actuelle.

unexpected
Boolean

true pour indiquer que l’exception est inattendue ; sinon, false.

S’applique à

ReportRenderingException(ErrorCode, String, Exception, Boolean)

Crée une nouvelle instance de la ReportRenderingException classe avec le code d’erreur spécifié, le message d’erreur, l’exception interne et le drapeau indiquant si l’exception est inattendue.

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)

Paramètres

errCode
ErrorCode

Code d’erreur de l’exception.

message
String

Message d’erreur pour l’exception.

innerException
Exception

Un Exception objet qui est la cause de l’exception actuelle.

unexpected
Boolean

true pour indiquer que l’exception est inattendue ; sinon, false.

S’applique à