TypeConverter.GetConvertToException(Object, Type) Yöntem

Tanım

Dönüştürme gerçekleştirilemediğinde oluşturulacak bir özel durum döndürür.

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

Parametreler

value
Object

Object dönüştürülecek veya null nesne kullanılamıyorsa.

destinationType
Type

Dönüştürmenin Type dönüştürmeye çalıştığı türü temsil eden bir.

Döndürülenler

Dönüştürme Exception gerçekleştirilemediğinde oluşturulacak özel durumu temsil eden.

Özel durumlar

Bu yöntem tarafından otomatik olarak oluşturulur.

Şunlara uygulanır