ContextValidationError

ContextValidationError class

This class is for Context validation related error.

public class ContextValidationError : ValidationError

Properties

NameDescription
Code { get; }Gets the validation error code.
Message { get; }Gets the error message.
Object { get; }Gets the Context object which has validation error.

See Also