แชร์ผ่าน


OptionsValidationException Class

Definition

Thrown when options validation fails.

public ref class OptionsValidationException : Exception
public class OptionsValidationException : Exception
type OptionsValidationException = class
    inherit Exception
Public Class OptionsValidationException
Inherits Exception
Inheritance
OptionsValidationException

Constructors

OptionsValidationException(String, Type, IEnumerable<String>)

Constructor.

Properties

Failures

The validation failures.

Message

The message is a semicolon separated list of the Failures.

OptionsName

The name of the options instance that failed.

OptionsType

The type of the options that failed.

Applies to