Library Commands Object Model Reference

SurveyAssetCommand.ErrorHandler Delegate

A delegate that may be used as an ErrorHandler for the command's execute method.

public delegate void SurveyAssetCommand.ErrorHandler(
   SurveyAssetCommand source,
   Exception exception
);

Parameters

source
The source command owning the error.
exception
The exception to handle.

Requirements

Namespace: Spss.Dimensions.Library.Commands.SurveyAsset

Assembly: Spss.Dimensions.Library.Commands (in Spss.Dimensions.Library.Commands.dll)

See Also

Spss.Dimensions.Library.Commands.SurveyAsset Namespace