Enumeration used to describe the error category.
Namespace:
Asi.iBO.ErrorsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public enum ErrorCategory |
| Visual Basic (Declaration) |
|---|
Public Enumeration ErrorCategory |
| Visual C++ |
|---|
public enum class ErrorCategory |
Members
| Member name | Description | |
|---|---|---|
| Runtime |
Represents a runtime error.
| |
| FieldValidation |
Represents a field validation error.
| |
| Error |
Reperesents a general error.
| |
| Warning |
Represents a warning.
|