| Overload | Description |
|---|---|
| DataGridInternalException Constructor() | Initializes a new instance of the DataGridInternalException class. |
| DataGridInternalException Constructor(String) | Initializes a new instance of the DataGridInternalException class with the specified error message. |
| DataGridInternalException Constructor(String,DataGridControl) | |
| DataGridInternalException Constructor(Exception) | Initializes a new instance of the DataGridInternalException class with the specified inner exception. |
| DataGridInternalException Constructor(String,Exception) | Initializes a new instance of the DataGridInternalException class with the specified error message and inner exception. |
| DataGridInternalException Constructor(String,Exception,DataGridControl) | |
| DataGridInternalException Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the DataGridInternalException class with serialized data. |