The OnlyOnceErrorHandler type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| EnabledDate | 
            The date the first error that trigged this error handler occurred, or MinValue if it has not been triggered.
              | |
| EnabledDateUtc | 
            The UTC date the first error that trigged this error handler occured, or MinValue if it has not been triggered.
              | |
| 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