TypeConverter.GetConvertToException(Object, Type) 方法

定义

返回当转换无法执行时所引发的异常。

protected:
 Exception ^ GetConvertToException(System::Object ^ value, Type ^ destinationType);
protected Exception GetConvertToException (object value, Type destinationType);
protected Exception GetConvertToException (object? value, Type destinationType);
member this.GetConvertToException : obj * Type -> Exception
Protected Function GetConvertToException (value As Object, destinationType As Type) As Exception

参数

value
Object

要转换的 Object,或者,如果该对象不可用,则为 null

destinationType
Type

一个 Type,表示转换尝试转换到的类型。

返回

一个 Exception,表示当无法执行转换时引发的异常。

例外

由此方法自动引发。

适用于