| Netadmin.Management.Network.Exceptions Namespace |
[This is preliminary documentation and is subject to change.]
| Class | Description | |
|---|---|---|
| AddressOutOfRangeException |
The exception thrown when a specified address (e.g. subnet, host, gateway) is not within in a required range (e.g. parent network)
| |
| CompanySpecificException | ||
| DatabaseException |
The exception thrown when an operation in the database fail
| |
| HostConflictException |
The exception thrown when trying to create a host using an address which is already in use
| |
| HostExistsException |
The exception thrown when trying to delete a network which has existing hosts
| |
| InsufficientSpaceException |
The exception that is thrown when trying to create a network/subnet where there is insufficient space available
| |
| InvalidAddressException |
The exception that is thrown when an invalid network or host address is used
| |
| InvalidParameterException | ||
| InvalidVlanOperationException | ||
| Ipv4NetworkConflictException |
The exception thrown when trying to create a network/subnet which conflicts with an existing network (same address and prefix)
| |
| NetworkConflictException |
The exception thrown when trying to create a network/subnet which conflicts with an existing network (same address and prefix)
| |
| NetworkRelationDoesNotExistException |
The exception that is thrown if a specified network relation does not exist
| |
| NonUniqueNetworkNameException |
Thrown when the name of a network is not unique within a company
| |
| SubnetException |
The exception thrown when trying to create a network without parent which in reality should be a subnet to an existing network
| |
| UnallowedVlanMembershipException |