2 types derived from MissingMemberException
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\MissingFieldException.cs (1)
12
public class MissingFieldException :
MissingMemberException
, ISerializable
src\libraries\System.Private.CoreLib\src\System\MissingMethodException.cs (1)
15
public 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)
230
Return New
MissingMemberException
(Description)
Microsoft\VisualBasic\CompilerServices\Symbols.vb (3)
1110
Throw New
MissingMemberException
1135
Throw New
MissingMemberException
1277
Throw New
MissingMemberException
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Lazy.cs (1)
163
throw new
MissingMemberException
(SR.Lazy_CreateValue_NoParameterlessCtorForT);
src\libraries\System.Private.CoreLib\src\System\Threading\LazyInitializer.cs (2)
67
throw new
MissingMemberException
(SR.Lazy_CreateValue_NoParameterlessCtorForT);
168
throw new
MissingMemberException
(SR.Lazy_CreateValue_NoParameterlessCtorForT);
src\libraries\System.Private.CoreLib\src\System\TypedReference.cs (2)
41
throw new
MissingMemberException
(SR.MissingMemberTypeRef);
47
throw new
MissingMemberException
(SR.MissingMemberNestErr);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\CustomAttributes\CustomAttributeHelpers.cs (1)
19
throw new
MissingMemberException
(attributeType.FullName, name);
System.Text.Json (1)
System\Text\Json\ThrowHelper.Serialization.cs (1)
849
throw new
MissingMemberException
(SR.Format(SR.MissingFSharpCoreMember, missingFsharpCoreMember));
WinFormsControlsTest (2)
Dialogs.cs (1)
79
throw new
MissingMemberException
("Unable to find the toolstrip in the PropertyGrid.");
MessageBoxes.cs (1)
59
throw new
MissingMemberException
("Unable to find the toolstrip in the PropertyGrid.");
20 references to MissingMemberException
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\DynamicDebuggerProxy.cs (1)
432
catch (
MissingMemberException
)
Microsoft.Maui.Controls.Xaml (1)
CreateValuesVisitor.cs (1)
119
catch (
MissingMemberException
mme)
Microsoft.ML.Core (1)
ComponentModel\ComponentCatalog.cs (1)
617
catch (
MissingMemberException
ex)
Microsoft.ML.EntryPoints (1)
JsonUtils\JsonManifestUtils.cs (1)
475
catch (
MissingMemberException
ex)
Microsoft.VisualBasic.Core (9)
Microsoft\VisualBasic\CompilerServices\LateBinding.vb (6)
167
Catch exInner As Exception When IsMissingMemberException(exInner) AndAlso (TypeOf ex Is
MissingMemberException
)
184
If TypeOf ex Is
MissingMemberException
Then
407
Catch ex As
MissingMemberException
436
Catch exInner As Exception When IsMissingMemberException(exInner) AndAlso (TypeOf ex Is
MissingMemberException
)
454
Catch exInner As Exception When IsMissingMemberException(exInner) AndAlso (TypeOf ex Is
MissingMemberException
)
1038
Catch ex As
MissingMemberException
Microsoft\VisualBasic\CompilerServices\NewLateBinding.vb (1)
952
Catch ex As
MissingMemberException
When OptimisticSet
Microsoft\VisualBasic\CompilerServices\VBBinder.vb (1)
1955
Catch ex As
MissingMemberException
Microsoft\VisualBasic\ErrObject.vb (1)
416
ElseIf 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
))]