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 | |
---|---|---|
Equals | (Inherited from Object.) | |
Error(String) |
Log an error
| |
Error(String, Exception) |
Log an Error
| |
Error(String, Exception, ErrorCode) |
Log an Error
| |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
FirstError |
Log the very first error
| |
GetHashCode |
Serves as a hash function for a particular type.
(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.) | |
Reset |
Reset the error handler back to its initial disabled state.
| |
ToString | (Inherited from Object.) |
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