Class ContinueOnExceptionContext
- Namespace
- Ecng.Serialization
- Assembly
- Ecng.Serialization.dll
Context for continue on exception.
public class ContinueOnExceptionContext
- Inheritance
-
ContinueOnExceptionContext
- Inherited Members
- Extension Methods
Constructors
ContinueOnExceptionContext()
public ContinueOnExceptionContext()
Properties
DoNotEncrypt
Do not encrypt.
public bool DoNotEncrypt { get; set; }
Property Value
Methods
Process(Exception)
Process the exception.
public void Process(Exception ex)
Parameters
ex
ExceptionThe exception.
TryProcess(Exception)
Initializes a new instance of the ContinueOnExceptionContext.
public static bool TryProcess(Exception ex)
Parameters
ex
ExceptionThe exception.
Returns
- bool
Operation result.
Events
Error
Initializes a new instance of the ContinueOnExceptionContext.
public event Action<Exception> Error