FileSystemEnumerator<TResult>.ContinueOnError(Int32) 메서드

정의

파생 클래스에서 재정의되는 경우 실행을 계속할지 기본 예외를 throw할지 여부를 나타내는 값을 반환합니다.

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

매개 변수

error
Int32

네이티브 오류 코드입니다.

반환

계속하려면 true이고, 지정된 오류에 대한 기본 예외를 throw하려면 false입니다.

적용 대상