ActiveReports 8
ReportScriptException Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports Namespace : ReportScriptException Class

Glossary Item Box

The following tables list the members exposed by ReportScriptException.

Public Constructors

 NameDescription
Public ConstructorReportScriptException ConstructorOverloaded. Initializes a new instance of the ReportScriptException class.  
Top

Public Properties

 NameDescription
Public PropertyData

Gets a collection of key/value pairs that provide additional user-defined information about the exception.

(Inherited from System.Exception)
Public PropertyHelpLink

Gets or sets a link to the help file associated with this exception.

(Inherited from System.Exception)
Public PropertyHResult (Inherited from System.Exception)
Public PropertyInnerException

Gets the Exception instance that caused the current exception.

(Inherited from System.Exception)
Public PropertyMessage

Gets a message that describes the current exception.

(Inherited from System.Exception)
Public PropertySource

Gets or sets the name of the application or the object that causes the error.

(Inherited from System.Exception)
Public PropertyStackTrace

Gets a string representation of the immediate frames on the call stack.

(Inherited from System.Exception)
Public PropertyTargetSite

Gets the method that throws the current exception.

(Inherited from System.Exception)
Top

Public Methods

 NameDescription
Public MethodGetBaseException

When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.

(Inherited from System.Exception)
Public MethodGetObjectData

When overridden in a derived class, sets the Info with information about the exception.

(Inherited from System.Exception)
Public MethodGetType

Gets the runtime type of the current instance.

(Inherited from System.Exception)
Public MethodToString

Creates and returns a string representation of the current exception.

(Inherited from System.Exception)
Top

See Also

Reference

ReportScriptException Class
GrapeCity.ActiveReports Namespace
GrapeCity.ActiveReports.v8~GrapeCity.ActiveReports.ActiveReport~Script