ValueProviderException 类

定义

无法读取输入时引发 IValueProviderFactory 的异常。

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

构造函数

ValueProviderException(String)

用指定的 ValueProviderException 初始化 message 的新实例。

ValueProviderException(String, Exception)

使用导致此异常的指定message和内部异常初始化 的新实例ValueProviderException

适用于