Show / Hide Table of Contents

Constructor ValidationError

| Improve this Doc View Source

ValidationError(String, T)

Initializes a new instance of ValidationError<T> class.

Declaration
protected ValidationError(string message, T source)
Parameters
Type Name Description
System.String message

The validation error message.

T source

The source of the validation error.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest