IExceptionParserRegistrationService Interface
Autodesk.DataManagement.Client.Framework›Autodesk.DataManagement.Client.Framework.Services
Associates a custom exception parser with a particular type of exception.
Syntax
public interface IExceptionParserRegistrationService Public Interface IExceptionParserRegistrationService Methods
| Name | Description |
|---|---|
| GetParser | Retrieves the parser that is used to interrogate an exception object. |
| RegisterParser | Registers a parser with a particular type of exception object. That parser will be used to inspect all exceptions of the specified type. |
Returned By
Where you get a IExceptionParserRegistrationService — members that return one.