SEHException.CanResume Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the exception can be recovered from, and whether the code can continue from the point at which the exception was thrown.
public:
virtual bool CanResume();
public virtual bool CanResume ();
abstract member CanResume : unit -> bool
override this.CanResume : unit -> bool
Public Overridable Function CanResume () As Boolean
Returns
Always false
, because resumable exceptions are not implemented.
Remarks
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.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.