Autodesk Vault ProfessionalVault API

ExceptionParser Property

Autodesk.DataManagement.Client.FrameworkLibrary

Gets a service used to inspect an exception object and return information about it.

Syntax

public static IExceptionParserService ExceptionParser {get;}
Public Shared ReadOnly Property ExceptionParser As IExceptionParserService

Remarks

Consumers can use this services without needing to know any particular information about the type of exception they are dealing with. The implementation will look at the parsers registered with the ExceptionParserRegistration service and determine which parser to use to provide answers

See Also