C# Class Habanero.Faces.Base.GridBaseSetUpException

Thrown when a failure occurs while setting up a grid
Inheritance: System.Exception
Show file Open project: Chillisoft/habanero.faces

Public Methods

Method Description
GridBaseSetUpException ( string message ) : System

Constructor with a basic message

Method Details

GridBaseSetUpException() public method

Constructor with a basic message
public GridBaseSetUpException ( string message ) : System
message string
return System