MESException Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
| Overload | Description |
|---|---|
| MESException Constructor() | Constructor which creates a default MESException of type MESExceptionType.MESExceptionTypeGeneral |
| MESException Constructor(String) | Constructor which creates a default MESException of type MESExceptionType.MESExceptionTypeGeneral |
| MESException Constructor(String,Exception) | Constructor which creates a default MESException of type MESExceptionType.MESExceptionTypeGeneral |
| MESException Constructor(String,MESExceptionType) | Constructor which creates a specific MESException of the MESExceptionType passed in |
| MESException Constructor(String,MESExceptionType,Exception) | Constructor which creates a specific MESException of the MESExceptionType passed in |