Class ValidationError
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Crosser.EdgeNode.Common.Abstractions.Utilities.Validation.ValidationError
Assembly: Crosser.EdgeNode.Common.Abstractions.dll
Syntax
public class ValidationError : Error, IValidationError, IError
Constructors
ValidationError(String, String)
Declaration
public ValidationError(string field, string message)
Parameters
System.String
field
|
System.String
message
|
Properties
field
Declaration
public string field { get; }
Property Value
System.String
|