YAMI4 for .NET 1.3.0

Inspirel.YAMI.ExceptionBase Class Reference

Exception base class - all YAMI4 exception are derived from this class. More...

Inherited by Inspirel.YAMI.BadProtocolException, Inspirel.YAMI.BadStateException, Inspirel.YAMI.BadTypeException, Inspirel.YAMI.NoSuchNameException, Inspirel.YAMI.UnexpectedValueException, and Inspirel.YAMI.YAMIIOException.

List of all members.

Protected Member Functions

 ExceptionBase (string msg)
 Initializes a new instace of the ExceptionBase class.
 ExceptionBase (string msg, System.Exception ex)
 Initializes a new instace of the ExceptionBase class.

Detailed Description

Exception base class - all YAMI4 exception are derived from this class.


Constructor & Destructor Documentation

Inspirel.YAMI.ExceptionBase.ExceptionBase ( string  msg) [protected]

Initializes a new instace of the ExceptionBase class.

Parameters:
msgexception message
Inspirel.YAMI.ExceptionBase.ExceptionBase ( string  msg,
System.Exception  ex 
) [protected]

Initializes a new instace of the ExceptionBase class.

Parameters:
msgexception message
exinner exception

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties Events