Enum ExceptionType
Defines the exception type. An exception type determines the root/cause/issuer of the exception
Namespace: Simplic
Assembly: Simplic.CoreLib.dll
Syntax
public enum ExceptionType
Fields
Name | Description |
---|---|
Expected | The exception is caused due to some wrong user input/data |
Unexpected | The exception is caused by the system |