Not yet implemented. Can be resumable.
[Visual Basic] Overridable Public Function CanResume() As Boolean [C#] public virtual bool CanResume(); [C++] public: virtual bool CanResume(); [JScript] public function CanResume() : Boolean;
Resumable exceptions are not yet implemented, so this method always returns false.
CanResume can be resumable, which means a filtered exception handler can correct the problem that caused the exception, and the code will continue from the point that threw the exception.
This method is currently not implemented but exists and will always return false.
SEHException Class | SEHException Members | System.Runtime.InteropServices Namespace