| ISQLiteExceptionInitialise Method  | 
            Populates the object with the details of an exception.
            
 
Namespace: VirtualRadar.Interface.SQLiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid Initialise(
	Exception ex
)
Sub Initialise ( 
	ex As Exception
)
void Initialise(
	Exception^ ex
)
abstract Initialise : 
        ex : Exception -> unit 
Parameters
- ex
 - Type: SystemException
 
See Also