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

In This Topic
    ErrorInfo Structure
    In This Topic
    Represents information about errors or exceptions.
    Object Model
    ErrorInfo Structure
    Syntax
    'Declaration
     
    Public Structure ErrorInfo 
       Inherits System.ValueType
    public struct ErrorInfo : 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