TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class ValidatingException in Tinman.Core.Validating

sealed class ValidatingException extends TinmanException

Public / Attributes

ErrorInfo

The TinmanError object that describes the error that has occurred.

public property ErrorInfo { get }
type TinmanError
value [not-null] The TinmanError object.
inherited TinmanException.ErrorInfo

Message

[Pure]
public override sealed property Message { get }
type string
value
inherited TinmanException.Message

Result

The validation result.

public readonly field Result
type ValidateResult

Source

The error source (see ErrorSource).

public property Source { get }
type string
value The error source tag.
inherited TinmanException.Source

Public / Methods

Failure

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

ToString

[Pure]
public override sealed method ToString ()
type string
inherited TinmanException.ToString