2 types derived from MissingMemberException
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\MissingFieldException.cs (1)
12public class MissingFieldException : MissingMemberException, ISerializable
src\libraries\System.Private.CoreLib\src\System\MissingMethodException.cs (1)
15public class MissingMethodException : MissingMemberException
14 instantiations of MissingMemberException
Microsoft.Maui.Controls.Xaml (1)
CreateValuesVisitor.cs (1)
280 throw new MissingMemberException($"No static method found for {nodeType.FullName}::{factoryMethod} ({string.Join(", ", types.Select(t => t.FullName))})");
Microsoft.VisualBasic.Core (4)
Microsoft\VisualBasic\CompilerServices\ExceptionUtils.vb (1)
230Return New MissingMemberException(Description)
Microsoft\VisualBasic\CompilerServices\Symbols.vb (3)
1110Throw New MissingMemberException 1135Throw New MissingMemberException 1277Throw New MissingMemberException
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Lazy.cs (1)
163throw new MissingMemberException(SR.Lazy_CreateValue_NoParameterlessCtorForT);
src\libraries\System.Private.CoreLib\src\System\Threading\LazyInitializer.cs (2)
67throw new MissingMemberException(SR.Lazy_CreateValue_NoParameterlessCtorForT); 168throw new MissingMemberException(SR.Lazy_CreateValue_NoParameterlessCtorForT);
src\libraries\System.Private.CoreLib\src\System\TypedReference.cs (2)
41throw new MissingMemberException(SR.MissingMemberTypeRef); 47throw new MissingMemberException(SR.MissingMemberNestErr);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\CustomAttributes\CustomAttributeHelpers.cs (1)
19throw new MissingMemberException(attributeType.FullName, name);
System.Text.Json (1)
System\Text\Json\ThrowHelper.Serialization.cs (1)
849throw new MissingMemberException(SR.Format(SR.MissingFSharpCoreMember, missingFsharpCoreMember));
WinFormsControlsTest (2)
Dialogs.cs (1)
79throw new MissingMemberException("Unable to find the toolstrip in the PropertyGrid.");
MessageBoxes.cs (1)
59throw new MissingMemberException("Unable to find the toolstrip in the PropertyGrid.");
20 references to MissingMemberException
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\DynamicDebuggerProxy.cs (1)
432catch (MissingMemberException)
Microsoft.Maui.Controls.Xaml (1)
CreateValuesVisitor.cs (1)
119 catch (MissingMemberException mme)
Microsoft.ML.Core (1)
ComponentModel\ComponentCatalog.cs (1)
617catch (MissingMemberException ex)
Microsoft.ML.EntryPoints (1)
JsonUtils\JsonManifestUtils.cs (1)
475catch (MissingMemberException ex)
Microsoft.VisualBasic.Core (9)
Microsoft\VisualBasic\CompilerServices\LateBinding.vb (6)
167Catch exInner As Exception When IsMissingMemberException(exInner) AndAlso (TypeOf ex Is MissingMemberException) 184If TypeOf ex Is MissingMemberException Then 407Catch ex As MissingMemberException 436Catch exInner As Exception When IsMissingMemberException(exInner) AndAlso (TypeOf ex Is MissingMemberException) 454Catch exInner As Exception When IsMissingMemberException(exInner) AndAlso (TypeOf ex Is MissingMemberException) 1038Catch ex As MissingMemberException
Microsoft\VisualBasic\CompilerServices\NewLateBinding.vb (1)
952Catch ex As MissingMemberException When OptimisticSet
Microsoft\VisualBasic\CompilerServices\VBBinder.vb (1)
1955Catch ex As MissingMemberException
Microsoft\VisualBasic\ErrObject.vb (1)
416ElseIf TypeOf e Is MissingMemberException Then
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
365[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MissingMemberException))]
netstandard (1)
netstandard.cs (1)
1057[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MissingMemberException))]
PresentationFramework (1)
MS\Internal\WindowsRuntime\Windows\Data\Text\WordsSegmenter.cs (1)
72(e is MissingMemberException))
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Lazy.cs (1)
487/// <exception cref="MissingMemberException">
src\libraries\System.Private.CoreLib\src\System\Threading\LazyInitializer.cs (2)
32/// <exception cref="MissingMemberException">Type <typeparamref name="T"/> does not have a default 84/// <exception cref="MissingMemberException">Type <typeparamref name="T"/> does not have a
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
353[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.MissingMemberException))]