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

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

Parameters

errorPrecondition
Type: ErrorUnit.InterfacesaErrorPrecondition
The error precondition.

Return Value

Type: Guid
guid id on the stack

Implements

IErrorUnitCentralCurrentStack_Add(aErrorPrecondition)
See Also