MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ErrorInfo Structure
Members

ErrorInfo Structure
Represents information about errors or exceptions.
Object Model
ErrorInfo Structure
Syntax
'Declaration
 
Public Structure ErrorInfo 
   Inherits System.ValueType
 
Remarks
This structure is used to encapsulate detailed information about errors or exceptions, including their severity level, the exception object itself (if any), and additional error information or details. It is primarily used for error handling and reporting within the application.
Inheritance Hierarchy

System.Object
   System.ValueType
      GrapeCity.Viewer.Common.Model.ErrorInfo

See Also