Table of Contents

Enum ErrorReportingType

Namespace
MASES.JCOReflector.Engine
Assembly
MASES.JCOReflectorEngine.dll
[Flags]
public enum ErrorReportingType

Fields

Both = Callback | Exception

The Callback is executed and the Exception is executed

Callback = 1

The MASES.JCOReflector.Engine.JobManager.EndOperationHandler will be called in case of error

Exception = 2

The Exception will be propagated