Autodesk Vault ProfessionalVault API

IExceptionParserService Interface

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

This service is used to inspect an exception object and return information about it.

Syntax

public interface IExceptionParserService 
Public Interface IExceptionParserService 

Methods

NameDescription
GetErrorCodeReturns an error code that identifies the error.
GetMessageGets descriptive text which describes the exception.
GetRestrictionsGets a list of restrictions that may be embedded in an exception object.
GetTitleGets a caption to display in a dialog box for an exception.
IsExpectedDetermines if an exception is one that could happen naturally and should be handled gracefully or a fatal error.

Returned By

Where you get a IExceptionParserService — members that return one.

See Also