|
oevislib_net
0.14.3.0
|
Exception caused when an input parameter is outside the constraints defined. More...
Public Member Functions | |
| DomainError (string msg) | |
| Constructs a new DomainError object with the error message. | |
| new string | Kind () |
| Returns the kind of error. | |
| new ExceptionType | Type () |
| Returns the type of OVException. | |
| Public Member Functions inherited from oevislib_net.Exceptions.OVException | |
| string | Str () |
| Returns the error message. | |
| string | Kind () |
| Returns the kind of error. | |
| ExceptionType | Type () |
| Returns the type of OVException. | |
Additional Inherited Members | |
| Protected Member Functions inherited from oevislib_net.Exceptions.OVException | |
| OVException (string msg) | |
Exception caused when an input parameter is outside the constraints defined.
|
inline |
Constructs a new DomainError object with the error message.
| msg | Message to be displayed. |
|
inline |
Returns the kind of error.
|
inline |
Returns the type of OVException.