Searched defs:Code (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A Ddpsexcept.h94 Exception.Code and Exception.Message, which are the values passed
112 "switch" on Exception.Code to determine whether the exception
138 int Code; /* Exception code */ member in struct:_Exc_buf_x
171 extern void DPSRaise(int Code, char *Message);
176 DURING ... HANDLER. The Code and Message arguments are passed to
239 #define RERAISE RAISE(Exception.Code, Exception.Message)

Completed in 10 milliseconds