FileSystemEnumerator<TResult>.ContinueOnError(Int32) 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.
When overriden in a derived class, returns a value that indicates whether to continue execution or throw the default exception.
protected:
virtual bool ContinueOnError(int error);
protected virtual bool ContinueOnError (int error);
abstract member ContinueOnError : int -> bool
override this.ContinueOnError : int -> bool
Protected Overridable Function ContinueOnError (error As Integer) As Boolean
Parameters
- error
- Int32
The native error code.
Returns
true
to continue; false
to throw the default exception for the given error.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.