Autodesk Vault ProfessionalVault API

ExceptionParserRegistration Property

Autodesk.DataManagement.Client.FrameworkLibrary

Gets a service which associates a custom exception parser with a particular type of exception.

Syntax

public static IExceptionParserRegistrationService ExceptionParserRegistration {get;}
Public Shared ReadOnly Property ExceptionParserRegistration As IExceptionParserRegistrationService

Remarks

When the ExceptionParserService is used to get information about an exception, it will look to see if there is a custom exception parser registered for that exception type and if so, it will use that parser.

See Also