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

Generic class for exceptions inside the OV library. More...

Inheritance diagram for oevislib_net.Exceptions.OVException:
oevislib_net.Exceptions.AssemblyLoadError oevislib_net.Exceptions.DomainError oevislib_net.Exceptions.FatalError oevislib_net.Exceptions.IOError oevislib_net.Exceptions.LicenseError oevislib_net.Exceptions.NullptrError oevislib_net.Exceptions.OSError oevislib_net.Exceptions.OutOfMemoryError oevislib_net.Exceptions.RuntimeError oevislib_net.Exceptions.UnexpectedError oevislib_net.Exceptions.UnknownErrorCodeError

Public Member Functions

string Str ()
 Returns the error message.
string Kind ()
 Returns the kind of error.
ExceptionType Type ()
 Returns the type of OVException.

Protected Member Functions

 OVException (string msg)

Detailed Description

Generic class for exceptions inside the OV library.

Member Function Documentation

◆ Kind()

string oevislib_net.Exceptions.OVException.Kind ( )
inline

Returns the kind of error.

Returns
Error type in a string format.

◆ Str()

string oevislib_net.Exceptions.OVException.Str ( )
inline

Returns the error message.

Returns
Error message.

◆ Type()

ExceptionType oevislib_net.Exceptions.OVException.Type ( )
inline

Returns the type of OVException.

Returns
Error type.