AsyncReaderWriterLock::OnCriticalFailure Method (Exception^)

 

Occurs when the lock detects an internal error or illegal usage pattern that indicates a serious flaw that should be immediately reported to the application, while possibly also stopping the process to avoid hangs or data corruption.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

protected:
virtual Exception^ OnCriticalFailure(
	Exception^ ex
)

Parameters

ex
Type: System::Exception^

The exception.

Return Value

Type: System::Exception^

An exception that may be returned by some implementations of this method for the caller to rethrow.

Return to top
Show: