SEHException::CanResume Method ()
.NET Framework (current version)
Indicates whether the exception can be recovered from, and whether the code can continue from the point at which the exception was thrown.
Assembly: mscorlib (in mscorlib.dll)
If CanResume returns true, then a filtered exception handler can correct the problem that caused the exception, and the code will continue from the point at which the exception was thrown.
Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Show: