[This is preliminary documentation and is subject to change.]
Constructs a SifException for delivery to the ZIS
| C# | Visual Basic | Visual C++ |
- category (SifErrorCategoryCode)
- A SifErrorCategoryCode. error category
- code (Int32)
- A SifErrorCodes error code
- desc (String)
- The error description
- extDesc (String)
- An option extended error description
- zone (IZone)
- The zone on which the error occurred
- innerException (Exception)
- The internal error that was thrown by the agent
The Adk will include
the error information provided by the exception when it sends a SIF_Ack
in response to the message being processed. This form of constructor is
typically called by the Adk, but may also be called by agent code if an
exception occurs in a IPublisher, ISubscriber, or IQueryResults
message handler implementation.