Del via


ReportRenderingException Constructor

Include Protected Members
Include Inherited Members

Creates a new instance of the ReportRenderingException class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method ReportRenderingException(ErrorCode) Creates a new instance of the ReportRenderingException class.
Public method ReportRenderingException(Exception) Creates a new instance of the ReportRenderingException class.
Public method ReportRenderingException(String) Creates a new instance of the ReportRenderingException class.
Public method ReportRenderingException(ErrorCode, Exception) Creates a new instance of the ReportRenderingException class.
Public method ReportRenderingException(ErrorCode, array<Object[]) Creates a new instance of the ReportRenderingException class and format the error message with the specified arguments.
Public method ReportRenderingException(Exception, Boolean) Creates a new instance of the ReportRenderingException class.
Protected method ReportRenderingException(SerializationInfo, StreamingContext) Infrastructure.
Public method ReportRenderingException(String, Boolean) Creates a new instance of the ReportRenderingException class.
Public method ReportRenderingException(String, Exception) Creates a new instance of the ReportRenderingException class.
Public method ReportRenderingException(ErrorCode, Exception, Boolean) Creates a new instance of the ReportRenderingException class.
Public method ReportRenderingException(ErrorCode, String, Boolean) Creates a new instance of the ReportRenderingException class.
Public method ReportRenderingException(String, Exception, Boolean) Creates a new instance of the ReportRenderingException class.
Public method ReportRenderingException(ErrorCode, String, Exception, Boolean) Creates a new instance of the ReportRenderingException class.

Top