Click or drag to resize

ConfigurationRuntimeExceptionHandling Methods

The ConfigurationRuntimeExceptionHandling type exposes the following members.

Methods
  NameDescription
Public methodAddClass(String)
Add an exception handler factory class name.

Provide a fully-qualified class name of the implementation of the interface.

Public methodAddClass(Type)
Add an exception handler factory class.

The class provided should implement the interface.

Public methodAddClasses
Top
See Also