Public Member Functions | |
| InvalidAgencyException () | |
| Null agency pointer exception constructor. | |
| InvalidAgencyException (String exc) | |
| Null agency pointer exception constructor. | |
This class provides a way to inform the program that an agency was created or accessed that had an invalid internal pointer.
Definition at line 1074 of file MCAgency.cs.
| LibMC.InvalidAgencyException.InvalidAgencyException | ( | ) |
Null agency pointer exception constructor.
Constructor for the exception class. This exception simply defines a recognizable exception class and sets the exception message appropriately.
Definition at line 1085 of file MCAgency.cs.
| LibMC.InvalidAgencyException.InvalidAgencyException | ( | String | exc | ) |
Null agency pointer exception constructor.
Constructor for the exception class. Allows the use of a custom error message.
Definition at line 1096 of file MCAgency.cs.
1.5.5