Indicates type of exception (expected).
Unit
ValueTrue - this is expected exception.
False - this is normal/typical exception.
RemarksThis property indicates type of exception - expected or not.
Exceptions that do not represent a bug in your code are called "expected exceptions". You can mark any exception as expected via various methods. Please see this article for examples of each method.
You can set the .ExpectedContext or .ExpectedURL properties to set the Expected property to True.
When EurekaLog processes expected exception: it disables creation of bug report, send and restart features, as well as showing technical details (call stack, etc.). Basically, processing of expected exception will only show the exception message to the user and nothing else.
See also
|