ValidateOptionsResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the result of an options validation.
public ref class ValidateOptionsResult
public class ValidateOptionsResult
type ValidateOptionsResult = class
Public Class ValidateOptionsResult
- Inheritance
-
ValidateOptionsResult
Constructors
ValidateOptionsResult() |
Initializes an instance of the ValidateOptionsResult class. |
Fields
Skip |
The result when validation was skipped due to name not matching. |
Success |
The result when validation was successful. |
Properties
Failed |
Gets a value that indicates whether validation failed. |
FailureMessage |
Gets the description of why validation failed. |
Failures |
Gets the full list of failures (can be multiple). |
Skipped |
Gets a value that indicates whether validation was run. |
Succeeded |
Gets a value that indicates whether validation was successful. |
Methods
Fail(IEnumerable<String>) |
Returns a failure result. |
Fail(String) |
Returns a failure result. |
Extension Methods
ThrowIfFailed(ValidateOptionsResult) |
Throws a ValidationException if the given result indicates a failure. |