Autodesk Vault ProfessionalVault API

RegisterParser Method

Autodesk.DataManagement.Client.Framework.ServicesIExceptionParserRegistrationService

Registers a parser with a particular type of exception object. That parser will be used to inspect all exceptions of the specified type.

Syntax

void RegisterParser(
   IExceptionParserProvider parser
)
Sub RegisterParser( _
   ByVal parser As IExceptionParserProvider _
) 

Parameters

NameDescription
parserThe parser that is used to retrieve information about exceptions for this type.

See Also