TypeConverter.GetConvertFromException(Object) メソッド
定義
変換を実行できないときにスローする例外を返します。Returns an exception to throw when a conversion cannot be performed.
protected:
Exception ^ GetConvertFromException(System::Object ^ value);
protected Exception GetConvertFromException (object value);
member this.GetConvertFromException : obj -> Exception
Protected Function GetConvertFromException (value As Object) As Exception
パラメーター
- value
- Object
変換対象の Object。オブジェクトを使用できない場合は、null
。The Object to convert, or null
if the object is not available.
戻り値
変換を実行できなかった場合にスローされる例外を表す Exception。An Exception that represents the exception to throw when a conversion cannot be performed.
例外
このメソッドによって自動的にスローされます。Automatically thrown by this method.