Library Commands Object Model Reference

LibraryConfigurationDeleteCommand.DeleteErrorHandler Method 

Default ErrorHandler for the delete library command.

public static void DeleteErrorHandler(
   LibraryConfigurationCommand source,
   Exception exception
);

Parameters

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

See Also

LibraryConfigurationDeleteCommand Class | Spss.Dimensions.Library.Commands.Configuration Namespace