Delegate TraversalExceptionsCallback

TraversalExceptionsCallback delegate

Represents the callback method that handles the exceptions during storage traversal.

public delegate void TraversalExceptionsCallback(TraversalAsposeException exception, string itemId);
ParameterTypeDescription
exceptionTraversalAsposeException
itemIdString

See Also