Autodesk Vault ProfessionalVault API

IExceptionParserRegistrationService Interface

Autodesk.DataManagement.Client.FrameworkAutodesk.DataManagement.Client.Framework.Services

Associates a custom exception parser with a particular type of exception.

Syntax

public interface IExceptionParserRegistrationService 
Public Interface IExceptionParserRegistrationService 

Methods

NameDescription
GetParserRetrieves the parser that is used to interrogate an exception object.
RegisterParserRegisters 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.

See Also