Class
GridException

Definition

Constructors

GridException()

Initializes a new instance of the GridException class.

Declaration

cs-api-definition
public GridException()

GridException(string)

Initializes a new instance of the GridException class.

Declaration

cs-api-definition
public GridException(string Message)

Parameters

Message

string

The message.

GridException(string, Exception)

Initializes a new instance of the GridException class.

Declaration

cs-api-definition
public GridException(string Message, Exception Inner)

Parameters

Message

string

The message.

Inner

Exception

The inner.