ExceptionParserRegistration Property
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 IExceptionParserRegistrationServiceRemarks
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.