ErrorBarrierArgument Description sealed class Tinman.Core.System.ErrorBarrierArgument → <TIn> → <TOut> A helper for use with ErrorBarrier, in order to obtain the return value of the called method. Public / Constructors ErrorBarrierArgument public constructor ErrorBarrierArgument → (1) argument in : TIn See Argument. Creates a new instance of ErrorBarrierArgument. Public / Attributes Argument public readonly attribute Argument → (TIn) The input argument to ErrorBarrierDelegate. Result public attribute Result → (TOut) The return value of the method wrapped by Argument. ErrorBarrier ErrorBarrierDelegate