Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GridInternalException Class
Members


In This Topic
    GridInternalException Class
    In This Topic
    The exception that is thrown by the grid when a fatal grid-specific error occurs.
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public Class GridInternalException 
       Inherits GridException
    'Usage
     
    Dim instance As GridInternalException
    [Serializable()]
    public class GridInternalException : GridException 
    Remarks

    This exception means that there was an internal failure in the control and that nothing could be done to prevent it. Such failures should never occur.

    To get more details about what went wrong, you can inspect the System.Exception.InnerException property which is a reference to the exception that caused the internal failure.

    If you ever catch this exception in your code, please contact Xceed Software Technical Support immediately.

    Inheritance Hierarchy

    System.Object
       System.Exception
          System.ApplicationException
             Xceed.Grid.GridException
                Xceed.Grid.GridInternalException

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also