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
innerExceptionException
ApizrException(string)
public ApizrException(string message)
Parameters
messagestring
Properties
Handled
Indicates whether the exception has been handled yet by callback thanks to WithExCatching option.
public bool Handled { get; }