Click or drag to resize
IBaseStationDatabaseAttemptAutoFix Method
Takes an exception that was thrown from TestConnection and attempts to correct the error that was encountered. If it's likely to have succeeded then returns true.

Namespace: VirtualRadar.Interface.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool AttemptAutoFix(
	Exception ex
)

Parameters

ex
Type: SystemException

Return Value

Type: Boolean
See Also