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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.