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
- exException
- The exception. 
TryProcess(Exception)
Initializes a new instance of the ContinueOnExceptionContext.
public static bool TryProcess(Exception ex)Parameters
- exException
- The exception. 
Returns
- bool
- Operation result. 
Events
Error
Initializes a new instance of the ContinueOnExceptionContext.
public event Action<Exception> Error