oevislib_net  0.14.3.0
Loading...
Searching...
No Matches
oevislib_net.Exceptions.RuntimeError Class Reference

Exception that happens inside a function, during runtime. More...

Inheritance diagram for oevislib_net.Exceptions.RuntimeError:
oevislib_net.Exceptions.OVException

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)

Detailed Description

Exception that happens inside a function, during runtime.

Constructor & Destructor Documentation

◆ RuntimeError()

oevislib_net.Exceptions.RuntimeError.RuntimeError ( string msg)
inline

Constructs a new RuntimeError object with the error message.

Parameters
msgMessage to be displayed.

Member Function Documentation

◆ Kind()

new string oevislib_net.Exceptions.RuntimeError.Kind ( )
inline

Returns the kind of error.

Returns
Error type in a string format.

◆ Type()

new ExceptionType oevislib_net.Exceptions.RuntimeError.Type ( )
inline

Returns the type of OVException.

Returns
Error type.