Elib 0.7
C# library for e-Puck robot

Elib.ArgsException Class Reference

ArgsException is thrown if wrong arguments are passed to function in Elib. More...

Inheritance diagram for Elib.ArgsException:
Elib.ElibException Elib.CommandArgsException

List of all members.

Public Member Functions

 ArgsException (string message)
 Initializes a new instance of the ArgsException class.
 ArgsException (string message, Exception innerException)
 Initializes a new instance of the ArgsException class.

Detailed Description

ArgsException is thrown if wrong arguments are passed to function in Elib.


Constructor & Destructor Documentation

Elib.ArgsException.ArgsException ( string  message)

Initializes a new instance of the ArgsException class.

Parameters:
messageThe message.
Elib.ArgsException.ArgsException ( string  message,
Exception  innerException 
)

Initializes a new instance of the ArgsException class.

Parameters:
messageThe message.
innerExceptionThe inner exception.

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