The OnlyOnceErrorHandler type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| OnlyOnceErrorHandler |
Default Constructor
| |
| OnlyOnceErrorHandler(String) |
Constructor
|
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
| Error(String) |
Log an error
| |
| Error(String, Exception) |
Log an Error
| |
| Error(String, Exception, ErrorCode) |
Log an Error
| |
Allows an (Inherited from | ||
| FirstError |
Log the very first error
| |
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| Reset |
Reset the error handler back to its initial disabled state.
| |
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| EnabledDate |
The date the first error that trigged this error handler occured.
| |
| ErrorCode |
The error code from the first error that trigged this error handler.
| |
| ErrorMessage |
The message from the first error that trigged this error handler.
| |
| Exception |
The exception from the first error that trigged this error handler.
| |
| IsEnabled |
Is error logging enabled
|
See Also