New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

Initializes a new instance of the GridException class.

C#
public GridException()

Initializes a new instance of the GridException class.

C#
public GridException(string Message, Exception Inner)
Parameters:Messagestring

The message.

InnerException

The inner.

Initializes a new instance of the GridException class.

C#
public GridException(string Message)
Parameters:Messagestring

The message.