ValueSerializer::GetConvertFromException Method (Object^)
Returns an exception to throw when a conversion cannot be performed.
Assembly: System.Xaml (in System.Xaml.dll)
Parameters
- value
-
Type:
System::Object^
The object that could not be converted.
Return Value
Type: System::Exception^An Exception object for the exception to throw when a ConvertFrom conversion cannot be performed.
The actual throw keyword is not invoked by this method, therefore the typical usage is throw GetConvertFromException (with parameters provided).
The specific exception returned is InvalidOperationException, with value passed in the exception message. The pattern for usage is the same as for exception utilities in TypeConverter.
Available since 3.0