OptionError
Namespace: Proffer.Configuration
A generic error reported from the options validation.
public class OptionError : IOptionError
Inheritance Object → OptionError
Implements IOptionError
Properties
PropertyName
Gets the name of the faulted property.
public string PropertyName { get; set; }
Property Value
ErrorMessage
Gets the error message.
public string ErrorMessage { get; set; }
Property Value
Constructors
OptionError()
public OptionError()