Telogis.GeoBase.GeoStream.ServerExceptionInfo |
A class to be filled with error information from the server.
Name | Description |
---|---|
getInnerException () | Gets the more specific inner-exception associated with the calling GeoStream.ServerExceptionInfo. ReturnsGeoStream.ServerExceptionInfo - A reference to the inner exception. |
getType () | Gets the original type of exception wrapped by the GeoStream.ServerExceptionInfo instance. ReturnsString - The class name of the original exception type. |
toString () | Finds a string representation of the server exception. ReturnsString - The exception's message string. |