DataGridInternalException Class
See Also  Members  
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : DataGridInternalException Class

Exception that is thrown when an unexpected, DataGrid-specific exception occurs.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class DataGridInternalException 
   Inherits DataGridException
   Implements _ExceptionISerializable 
C# 
[SerializableAttribute()]
public class DataGridInternalException : DataGridException, _ExceptionISerializable  

Inheritance Hierarchy

System.Object
   System.Exception
      Xceed.Wpf.DataGrid.DataGridException
         Xceed.Wpf.DataGrid.DataGridInternalException

Requirements

Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2

See Also