A LicenceException is thrown to indicate a problem with licensing of a LicenceDomain.
sealed class
|
LicenceException
|
extends
|
TinmanException
|
The TinmanError object that describes the error that has occurred.
public
property
|
ErrorInfo
{
get
}
|
||
type
|
TinmanError
|
||
value
|
|
The TinmanError object. | |
inherited
|
TinmanException.ErrorInfo
|
Returns the human-readable exception message.
[Pure]
|
||||
public
override
sealed
property
|
Message
{
get
}
|
|||
type
|
string
|
|||
value
|
|
The localized exception message. | ||
inherited
|
TinmanException.Message
|
The error source (see ErrorSource).
public
property
|
Source
{
get
}
|
||
type
|
string
|
||
value
|
The error source tag. | ||
inherited
|
TinmanException.Source
|
Returns a textual representation of this exception.
[Pure]
|
||||
public
override
sealed
method
|
ToString
()
|
|||
type
|
string
|
|||
returns
|
|
The localized textual representation. | ||
inherited
|
TinmanException.ToString
|