Test |
public class UnhandledExceptionHandler : IUnhandledExceptionHandler
The TestAllProjectsInFolderUnhandledExceptionHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| TestAllProjectsInFolderUnhandledExceptionHandler | Initializes a new instance of the TestAllProjectsInFolderUnhandledExceptionHandler class. |
| Name | Description | |
|---|---|---|
| NumberOfExceptionsEncountered | Gets the number of exceptions encountered so far. |
| Name | Description | |
|---|---|---|
| EhCurrentDomain_UnhandledException | Handles unhandled exceptions from the current domain (see "AppDomain.CurrentDomain.UnhandledException"). | |
| EhWindowsFormsApplication_ThreadException | Handles unhandled exceptions from the Windows forms system (see "System.Windows.Forms.Application.ThreadException"). | |
| EhWpfDispatcher_UnhandledException | Handles unhandled exceptions from the Wpf dispatcher (see "System.Windows.Threading.Dispatcher.CurrentDispatcher.UnhandledException"). | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |