Click or drag to resize
Netadmin.Management.Network.Exceptions Namespace

[This is preliminary documentation and is subject to change.]

 
Classes
  ClassDescription
Public classAddressOutOfRangeException
The exception thrown when a specified address (e.g. subnet, host, gateway) is not within in a required range (e.g. parent network)
Public classCompanySpecificException
Public classDatabaseException
The exception thrown when an operation in the database fail
Public classHostConflictException
The exception thrown when trying to create a host using an address which is already in use
Public classHostExistsException
The exception thrown when trying to delete a network which has existing hosts
Public classInsufficientSpaceException
The exception that is thrown when trying to create a network/subnet where there is insufficient space available
Public classInvalidAddressException
The exception that is thrown when an invalid network or host address is used
Public classInvalidParameterException
Public classInvalidVlanOperationException
Public classIpv4NetworkConflictException
The exception thrown when trying to create a network/subnet which conflicts with an existing network (same address and prefix)
Public classNetworkConflictException
The exception thrown when trying to create a network/subnet which conflicts with an existing network (same address and prefix)
Public classNetworkRelationDoesNotExistException
The exception that is thrown if a specified network relation does not exist
Public classNonUniqueNetworkNameException
Thrown when the name of a network is not unique within a company
Public classSubnetException
The exception thrown when trying to create a network without parent which in reality should be a subnet to an existing network
Public classUnallowedVlanMembershipException