Table of Contents

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

bool

Methods

Process(Exception)

Process the exception.

public void Process(Exception ex)

Parameters

ex Exception

The exception.

TryProcess(Exception)

Initializes a new instance of the ContinueOnExceptionContext.

public static bool TryProcess(Exception ex)

Parameters

ex Exception

The exception.

Returns

bool

Operation result.

Events

Error

Initializes a new instance of the ContinueOnExceptionContext.

public event Action<Exception> Error

Event Type

Action<Exception>