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

class PoolingException in Tinman.Core.Threading.Pooling

sealed class PoolingException 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

Source

The error source (see ErrorSource).

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

Public / Methods

TaskHasFailed

public static method TaskHasFailed (string source, TinmanError error)
type PoolingException
params source
  error

ToString

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