Click or drag to resize

RGCustomException Constructor

Initializes a new instance of the RGCustomException class.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public RGCustomException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also