AseFailoverException class

Description

The exception that is thrown when ASE successfully failsover to the secondary server configured in an HA cluster.

Base classes

AseException

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

... 
catch( AseFailoverException ex )
{ 
   MessageBox.Show( ex.Message, "Warning!" ); 
}

See also

“AseException class”