If XMS detects an error while processing a call to a .NET method, XMS throws an exception. An exception is an object that encapsulates information about the error.
System.Exception | +----IBM.XMS.XMSException
There are different types of XMS exception, and an XMSException object is just one type of exception. However, the XMSException class is a superclass of the other XMS exception classes. XMS throws an XMSException object in situations where none of the other types of exception are appropriate.
.NET property | Description |
---|---|
ErrorCode | Get the error code. |
LinkedException | Get the next exception in the chain of exceptions. |