TypeConverter::GetConvertFromException Method (Object^)

 

Returns an exception to throw when a conversion cannot be performed.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

protected:
Exception^ GetConvertFromException(
	Object^ value
)

Parameters

value
Type: System::Object^

The Object to convert, or null if the object is not available.

Return Value

Type: System::Exception^

An Exception that represents the exception to throw when a conversion cannot be performed.

Exception Condition
NotSupportedException

Automatically thrown by this method.

.NET Framework
Available since 1.1
Return to top
Show: