IExceptionParserService Interface
Autodesk.DataManagement.Client.Framework›Autodesk.DataManagement.Client.Framework.Services
This service is used to inspect an exception object and return information about it.
Syntax
public interface IExceptionParserService Public Interface IExceptionParserService Methods
| Name | Description |
|---|---|
| GetErrorCode | Returns an error code that identifies the error. |
| GetMessage | Gets descriptive text which describes the exception. |
| GetRestrictions | Gets a list of restrictions that may be embedded in an exception object. |
| GetTitle | Gets a caption to display in a dialog box for an exception. |
| IsExpected | Determines if an exception is one that could happen naturally and should be handled gracefully or a fatal error. |
Returned By
Where you get a IExceptionParserService — members that return one.