Class ApizrException
- Namespace
- Apizr
- Assembly
- Apizr.dll
An exception with optional cached object
public class ApizrException : Exception, ISerializable, _Exception
- Inheritance
-
ApizrException
- Implements
- Derived
- Inherited Members
Constructors
ApizrException(Exception)
public ApizrException(Exception innerException)
Parameters
innerException
Exception
ApizrException(string)
public ApizrException(string message)
Parameters
message
string
Properties
Handled
Indicates whether the exception has been handled yet by callback thanks to WithExCatching option.
public bool Handled { get; }