public Exception GetConnectionState( out bool connected, out int nativeErrorCode )
Public Function GetConnectionState( _ ByRef connected As Boolean, _ ByRef nativeErrorCode As Integer _ ) As Exception
public: Exception GetConnectionState( [Out] bool connected, [Out] int nativeErrorCode );