sealed class
|
ValidatingException
|
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
|
[Pure]
|
||||
public
override
sealed
property
|
Message
{
get
}
|
|||
type
|
string
|
|||
value
|
||||
inherited
|
TinmanException.Message
|
The validation result.
public
readonly
field
|
Result
|
||
type
|
ValidateResult
|
The error source (see ErrorSource).
public
property
|
Source
{
get
}
|
||
type
|
string
|
||
value
|
The error source tag. | ||
inherited
|
TinmanException.Source
|
public
static
method
|
Failure
(string source,
IValidateMessage message)
|
||
type
|
ValidatingException
|
||
params
|
source
|
||
message
|
public
static
method
|
Failure
(string source,
ValidateResult result,
string message = null)
|
||
type
|
ValidatingException
|
||
params
|
source
|
||
result
|
|||
message
|
[Pure]
|
||||
public
override
sealed
method
|
ToString
()
|
|||
type
|
string
|
|||
inherited
|
TinmanException.ToString
|