FileSystemEnumerator<TResult>.ContinueOnError(Int32) Method

Definition

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