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

Exception thrown in case of problems with the license. More...

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

Public Member Functions

 LicenseError (string msg)
 Constructs a new LicenseError 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 thrown in case of problems with the license.

Constructor & Destructor Documentation

◆ LicenseError()

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

Constructs a new LicenseError object with the error message.

Parameters
msgMessage to be displayed.

Member Function Documentation

◆ Kind()

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

Returns the kind of error.

Returns
Error type in a string format.

◆ Type()

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

Returns the type of OVException.

Returns
Error type.