AseException class

Description

The exception that is thrown when ASE returns a warning or error.

Base classes

SystemException

There is no constructor for AseException. Typically, an AseException object is declared in a catch. For example:

...
catch (AseException ex )
{ 
   MessageBox.Show(ex.Message, "Error" ); 
}

See also

“Error handling”.