Library Commands Object Model Reference

LibraryConfigurationCommand.ConErrorHandler Method 

A connection error handler used when testing a connection.

public static void ConErrorHandler(
   LibraryConnectionCommand source,
   ErrorType errorType,
   Exception exp
);

Parameters

source
The source command owning the error.
errorType
The error type encountered.
exp
The exception to handle.

See Also

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