Freigeben über


ReportRenderingException-Konstruktor

Geschützte Member einschließen
Geerbte Member einschließen

Creates a new instance of the ReportRenderingException class.

Das Element ist überladen. Um vollständige Informationen zu diesem Element zu erhalten, einschließlich Syntax, Verwendung und Beispielen, klicken Sie auf einen Namen in der Überladungsliste.

Überladungsliste

  Name Beschreibung
Öffentliche Methode ReportRenderingException(ErrorCode) Creates a new instance of the ReportRenderingException class with the specified error code.
Öffentliche Methode ReportRenderingException(Exception) Creates a new instance of the ReportRenderingException class with the specified inner exception.
Öffentliche Methode ReportRenderingException(String) Creates a new instance of the ReportRenderingException class with the specified error message.
Öffentliche Methode ReportRenderingException(ErrorCode, Exception) Creates a new instance of the ReportRenderingException class with the specified error code and inner exception.
Öffentliche Methode ReportRenderingException(ErrorCode, array<Object[]) Creates a new instance of the ReportRenderingException class with the specified error code and arguments for formatting the error message.
Öffentliche Methode ReportRenderingException(Exception, Boolean) Creates a new instance of the ReportRenderingException class with the specified inner exception and flag indicating whether the exception is unexpected.
Geschützte Methode ReportRenderingException(SerializationInfo, StreamingContext) Infrastruktur Creates a new instance of the ReportRenderingException class with serialized data.
Öffentliche Methode ReportRenderingException(String, Boolean) Creates a new instance of the ReportRenderingException class with the specified error message and flag indicating whether the exception is unexpected.
Öffentliche Methode ReportRenderingException(String, Exception) Creates a new instance of the ReportRenderingException class with the specified error message and inner exception.
Öffentliche Methode ReportRenderingException(ErrorCode, Exception, Boolean) Creates a new instance of the ReportRenderingException class with the specified error code, inner exception, and flag indicating whether the exception is unexpected.
Öffentliche Methode ReportRenderingException(ErrorCode, String, Boolean) Creates a new instance of the ReportRenderingException class with the specified error code, error message, and flag indicating whether the exception is unexpected.
Öffentliche Methode ReportRenderingException(String, Exception, Boolean) Creates a new instance of the ReportRenderingException class with the specified error message, inner exception, and flag indicating whether the exception is unexpected.
Öffentliche Methode ReportRenderingException(ErrorCode, String, Exception, Boolean) Creates a new instance of the ReportRenderingException class with the specified error code, error message, inner exception, and flag indicating whether the exception is unexpected.

Zum Anfang

Siehe auch

Verweis

ReportRenderingException Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace