Enumerates exception handling modes.
Namespace:
PerpetuumSoft.Reporting.RenderingAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public enum ExceptionMode |
| Visual Basic (Declaration) |
|---|
Public Enumeration ExceptionMode |
| Visual C++ |
|---|
public enum class ExceptionMode |
Members
| Member name | Description | |
|---|---|---|
| Fail | Fail on exception. | |
| Warning | Warning on exception. | |
| Ignore | Ignore all exceptions. |