ActiveReports 12 Server User Guide
ExceptionDetail Object
ActiveReports 12 Server User Guide > Web Service Library > ExceptionDetail Object

Defines detailed exception information for an IReportService request operation error.

Object Properties

Name Description
HelpLink Property Gets the string for the help link from the exception.
InnerException Property Gets the ExceptionDetail object that represents the inner exception.
Message Property Gets the string message from the exception.
StackTrace Property Gets the string stack trace information from the exception.
Type Property Gets the string representing the type of the exception.
See Also