|
oevislib_net
0.14.3.0
|
Exception that happens inside a function, during runtime. More...
Public Member Functions | |
| RuntimeError (string msg) | |
| Constructs a new RuntimeError 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 that happens inside a function, during runtime.
|
inline |
Constructs a new RuntimeError object with the error message.
| msg | Message to be displayed. |
|
inline |
Returns the kind of error.
|
inline |
Returns the type of OVException.