Click or drag to resize

RGCustomException Class

RecroGrid Exception base class.
Inheritance Hierarchy

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public class RGCustomException : Exception

The RGCustomException type exposes the following members.

Constructors
  NameDescription
Public methodRGCustomException
Initializes a new instance of the RGCustomException class.
Top
Remarks
Users can see error messages of Classes inherited from this base class.
See Also