ReportRenderingException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This ReportRenderingException class is used by rendering extensions to create runtime exceptions.
public ref class ReportRenderingException : Exception
[System.Serializable]
public class ReportRenderingException : Exception
[<System.Serializable>]
type ReportRenderingException = class
inherit Exception
Public Class ReportRenderingException
Inherits Exception
- Inheritance
-
ReportRenderingException
- Attributes
Constructors
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. |
ReportRenderingException(ErrorCode, Exception) |
Creates a new instance of the ReportRenderingException class with the specified error code and inner exception. |
ReportRenderingException(ErrorCode, Object[]) |
Creates a new instance of the ReportRenderingException class with the specified error code and arguments for formatting the error message. |
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. |
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. |
ReportRenderingException(ErrorCode) |
Creates a new instance of the ReportRenderingException class with the specified error code. |
ReportRenderingException(Exception, Boolean) |
Creates a new instance of the ReportRenderingException class with the specified inner exception and flag indicating whether the exception is unexpected. |
ReportRenderingException(Exception) |
Creates a new instance of the ReportRenderingException class with the specified inner exception. |
ReportRenderingException(SerializationInfo, StreamingContext) |
Creates a new instance of the ReportRenderingException class with serialized data. |
ReportRenderingException(String, Boolean) |
Creates a new instance of the ReportRenderingException class with the specified error message and flag indicating whether the exception is unexpected. |
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. |
ReportRenderingException(String, Exception) |
Creates a new instance of the ReportRenderingException class with the specified error message and inner exception. |
ReportRenderingException(String) |
Creates a new instance of the ReportRenderingException class with the specified error message. |
Properties
ErrorCode |
Gets the error code for the exception. |
Unexpected |
Gets a |