Show / Hide Table of Contents

    Class ValidationError

    Inheritance
    System.Object
    Error
    ValidationError
    Inherited Members
    Error.CausedBy
    Error.Message
    Error.Code
    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

    Implements
    IValidationError.field

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    System.String

    Overrides
    Error.ToString()
    Back to top Crosser SDK