ValueProviderException Class

Definition

Exception thrown by IValueProviderFactory when the input is unable to be read.

public ref class ValueProviderException sealed : Exception
public sealed class ValueProviderException : Exception
type ValueProviderException = class
    inherit Exception
Public NotInheritable Class ValueProviderException
Inherits Exception
Inheritance
ValueProviderException

Constructors

ValueProviderException(String)

Initializes a new instance of ValueProviderException with the specified message.

ValueProviderException(String, Exception)

Initializes a new instance of ValueProviderException with the specified message and inner exception that is the cause of this exception.

Applies to