C# Class CUITe.Controls.GenericException

Generic exception
Inheritance: System.Exception
Show file Open project: icnocop/cuite

Public Methods

Method Description
GenericException ( string message ) : System

Initializes a new instance of the GenericException class.

Method Details

GenericException() public method

Initializes a new instance of the GenericException class.
public GenericException ( string message ) : System
message string The message.
return System