OptionError

Namespace: Proffer.Configuration

A generic error reported from the options validation.

public class OptionError : IOptionError

Inheritance ObjectOptionError
Implements IOptionError

Properties

PropertyName

Gets the name of the faulted property.

public string PropertyName { get; set; }

Property Value

String

ErrorMessage

Gets the error message.

public string ErrorMessage { get; set; }

Property Value

String

Constructors

OptionError()

public OptionError()