An error or warning for a desired configuration option value.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ValidationMessage
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ValidationMessage()()()() | Initializes a new instance of the ValidationMessage class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Message | 
            Gets and sets the property Message. 
             A message describing the error or warning. | 
|  | Namespace | 
            Gets and sets the property Namespace. 
             | 
|  | OptionName | 
            Gets and sets the property OptionName. 
             | 
|  | Severity | 
            Gets and sets the property Severity. 
             An indication of the severity of this message:  Value error: This message indicates that this is not a valid setting for an option.  Value warning: This message is providing information you should take into account. 
 | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithMessage(String) | Obsolete. 
            Sets the Message property
             | 
|  | WithNamespace(String) | Obsolete. 
            Sets the Namespace property
             | 
|  | WithOptionName(String) | Obsolete. 
            Sets the OptionName property
             | 
|  | WithSeverity(String) | Obsolete. 
            Sets the Severity property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ValidationMessage |