Click or drag to resize

SyncContextAddError Method

Adds an error to the context.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual void AddError(
	Exception error,
	string methodName = null
)

Parameters

error
Type: SystemException
The error.
methodName (Optional)
Type: SystemString
The calling method name.
Exceptions
ExceptionCondition
ArgumentNullExceptionerror is null.
See Also