Click or drag to resize
IErrorUnitCentralCurrentStack_Add Method
Adds to the Current stack.

Namespace: ErrorUnit.Interfaces
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
Guid CurrentStack_Add(
	aErrorPrecondition errorPrecondition
)

Parameters

errorPrecondition
Type: ErrorUnit.InterfacesaErrorPrecondition
The error precondition.

Return Value

Type: Guid
guid id on the stack
See Also