RegisterParser Method
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
| Name | Description |
|---|---|
| parser | The parser that is used to retrieve information about exceptions for this type. |