Home
last modified time | relevance | path

Searched refs:GetConvertFromException (Results 1 – 25 of 42) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.ComponentModel/
H A DTypeConverterTests.cs102 public void GetConvertFromException () in GetConvertFromException() method in MonoTests.System.ComponentModel.TypeConverterTests
107 converter.GetConvertFromException (null); in GetConvertFromException()
119 converter.GetConvertFromException ("B"); in GetConvertFromException()
219 public new Exception GetConvertFromException (object value) in GetConvertFromException() method in MonoTests.System.ComponentModel.MockTypeConverter
221 return base.GetConvertFromException (value); in GetConvertFromException()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/tests/
H A DTypeConverterTests.cs164 Assert.Throws<NotSupportedException>(() => GetConvertFromException(null)); in RunProtectedMethods()
165 Assert.Throws<NotSupportedException>(() => GetConvertFromException("1")); in RunProtectedMethods()
166 … Assert.Throws<NotSupportedException>(() => GetConvertFromException(new BaseClass())); in RunProtectedMethods()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Xaml/System.Windows.Markup/
H A DValueSerializer.cs122 throw GetConvertFromException (value); in ConvertFromString()
130 protected Exception GetConvertFromException (object value) in GetConvertFromException() method in System.Windows.Markup.ValueSerializer
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.Web.UI.Design/
H A DDataFieldConverter.cs55 throw base.GetConvertFromException (value); in ConvertFrom()
H A DDataMemberConverter.cs55 throw base.GetConvertFromException (value); in ConvertFrom()
H A DDataSourceConverter.cs55 throw base.GetConvertFromException (value); in ConvertFrom()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.Web.UI.Design.WebControls/
H A DDataSourceIDConverter.cs54 throw GetConvertFromException (value); in ConvertFrom()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebControls/
H A DStringArrayConverter.cs53 throw GetConvertFromException(value); in ConvertFrom()
H A DFontNamesConverter.cs50 throw GetConvertFromException(value); in ConvertFrom()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DTypeConverter.cs67 throw GetConvertFromException(value); in ConvertFrom()
210 protected Exception GetConvertFromException(object value) in GetConvertFromException() method in System.ComponentModel.TypeConverter
H A DUriTypeConverter.cs58 throw GetConvertFromException(value); in ConvertFrom()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DTypeConverter.cs115 throw GetConvertFromException(value); in ConvertFrom()
250 protected Exception GetConvertFromException(object value) { in GetConvertFromException() method in System.ComponentModel.TypeConverter
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/Design/Converters/
H A DDataMemberConverter.cs79 throw GetConvertFromException(value); in ConvertFrom()
H A DDataFieldConverter.cs82 throw GetConvertFromException(value); in ConvertFrom()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Xaml/Test/System.Windows.Markup/
H A DValueSerializerTest.cs170 return GetConvertFromException (value); in CallGetConvertFromException()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/ref/
H A DSystem.ComponentModel.TypeConverter.cs523 protected System.Exception GetConvertFromException(object value) { throw null; } in GetConvertFromException() method in System.ComponentModel.TypeConverter
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.Xaml.cs292 protected System.Exception GetConvertFromException(object value) { throw null; } in GetConvertFromException() method in System.Windows.Markup.ValueSerializer
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.Xaml.cs292 protected System.Exception GetConvertFromException(object value) { throw null; } in GetConvertFromException() method in System.Windows.Markup.ValueSerializer
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.Xaml.cs316 protected System.Exception GetConvertFromException(object value) { throw null; } in GetConvertFromException() method in System.Windows.Markup.ValueSerializer
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.Xaml.cs315 protected System.Exception GetConvertFromException(object value) { throw null; } in GetConvertFromException() method in System.Windows.Markup.ValueSerializer
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Xaml.cs316 protected System.Exception GetConvertFromException(object value) { throw null; } in GetConvertFromException() method in System.Windows.Markup.ValueSerializer
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Xaml.cs316 protected System.Exception GetConvertFromException(object value) { throw null; } in GetConvertFromException() method in System.Windows.Markup.ValueSerializer
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.Xaml.cs315 protected System.Exception GetConvertFromException(object value) { throw null; } in GetConvertFromException() method in System.Windows.Markup.ValueSerializer
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.Xaml.cs308 protected System.Exception GetConvertFromException(object value) { throw null; } in GetConvertFromException() method in System.Windows.Markup.ValueSerializer
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.Xaml.cs315 protected System.Exception GetConvertFromException(object value) { throw null; } in GetConvertFromException() method in System.Windows.Markup.ValueSerializer

12