Library Commands Object Model Reference

LibraryConfigurationAddCommand.AddErrorHandler Method 

Default ErrorHandler for the add library command.

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

Parameters

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

See Also

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