Show / Hide Table of Contents

Class AsyncValidationFault

Represents a retryable error of async validator execution such as network failure.

Inheritance
System.Object
ValidationError
ValidationError<AsyncValidator>
AsyncValidationFault
Implements
IValidationErrors
System.Collections.Generic.IReadOnlyList<ValidationError>
Inherited Members
ValidationError<AsyncValidator>.Source
ValidationError.Message
ValidationError.ToString()
ValidationError.IValidationErrors.Seal()
ValidationError.IValidationErrors.Add(ValidationError)
Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
public sealed class AsyncValidationFault : ValidationError<AsyncValidator>, IValidationErrors, IReadOnlyList<ValidationError>
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest