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 حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.