|
|
The CiscoTaskExceptions module defines exceptions that are raised by the operations defined in the CiscoTaskServiceModel, CiscoTaskManagedObjects, and CiscoTaskFactory modules.
See Also
CiscoTaskServiceModel, CiscoTaskManagedObjects, CiscoTaskFactory
Since
Cisco VPN Solutions Center, Release 1.1
TaskInvalidDataCode represents all errCode values used by the InvalidData exception.
Usage
enum TaskInvalidDataCode
{
NULL_POINTER,
OUT_OF_RANGE,
INVALID_OBJECT,
ALREADY_IN_REP,
NOT_IN_REP
};
Enumerators
NULL_POINTERNull pointer encountered during the execution of the operation.
OUT_OF_RANGEData value is not in the acceptable range.
INVALID_OBJECTInternal state of the object is not correct.
ALREADY_IN_REPObject is already stored in the Task Repository.
NOT_IN_REPObject is not in the Task Repository.
See Also
InvalidData
Since
Cisco VPN Solutions Center, Release 1.1
Exception raised when invalid data is given.
Usage
exception InvalidData
{
TaskInvalidDataCode errCode;
string errMessage;
};
Parameters
errCodeTaskInvalidDataCode value
errMessagestring that describes the condition that raised the exception.
See Also
TaskInvalidDataCode, RepException
Since
Cisco VPN Solutions Center, Release 1.1
Exception raised by operations which access the Task Repository.
Usage
exception RepException
{
long errCode;
string errMessage;
};
Parameters
errCodelong that is unique and associated with a specific condition in the Task Repository.
errMessagestring that describes the condition that raised the exception.
Description
The following describes a list of possible values that can appear in errCode
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Tue Sep 26 16:47:51 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.