Deprecated method
Note: Do
not use this method in new applications. The method has been deprecated and
is provided only for compatibility.
ExCode() as Integer
or
ExCode() as CclEPIExceptionCodes
Returns the condition code. Possible values are:
- cclSystemErrorcclSystemError
- An internal Client daemon system error occurred.
- cclUnknownServercclUnknownServer
- There is no CICS® server corresponding to the supplied index on ServerDesc or ServerName methods.
- cclNoErrorcclNoError
- The call has executed normally.
Constants are available in the type library. Use
the Visual Basic Object Browser to view them.