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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.