|
|
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_POINTER---Null pointer encountered during the execution of the operation.
OUT_OF_RANGE---Data value is not in the acceptable range.
INVALID_OBJECT---Internal state of the object is not correct.
ALREADY_IN_REP---Object is already stored in the Task Repository.
NOT_IN_REP---Object 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
errCode---TaskInvalidDataCode value
errMessage---string that describes the condition that raised the exception.
See Also
TaskInvalidDataCode, RepException
Since
Cisco VPN Solutions Center, Release 1.1
Exception raised by operations that access the Task Repository.
Usage
exception RepException
{
long errCode;
string errMessage;
};
Parameters
errCode---long that is unique and associated with a specific condition in the Task Repository.
errMessage---string that describes the condition that raised the exception.
See Also
InvalidData
Since
Cisco VPN Solutions Center, Release 1.1
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Wed May 17 17:38:55 PDT 2000
Copyright 1989 - 2000©Cisco Systems Inc.