| 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.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxbool AttemptAutoFix(
	Exception ex
)
Function AttemptAutoFix ( 
	ex As Exception
) As Boolean
bool AttemptAutoFix(
	Exception^ ex
)
abstract AttemptAutoFix : 
        ex : Exception -> bool 
Parameters
- ex
 - Type: SystemException
 
Return Value
Type: 
Boolean
See Also