10 [__DynamicallyInvokable]
15 [__DynamicallyInvokable]
18 [SecuritySafeCritical]
19 [__DynamicallyInvokable]
31 [__DynamicallyInvokable]
33 : base(
Environment.GetResourceString(
"Arg_MissingMethodException"))
35 SetErrorCode(-2146233069);
40 [__DynamicallyInvokable]
44 SetErrorCode(-2146233069);
50 [__DynamicallyInvokable]
52 : base(message, inner)
54 SetErrorCode(-2146233069);
The exception that is thrown when there is an attempt to dynamically access a method that does not ex...
string ClassName
Holds the class name of the missing member.
MissingMethodException(string message, Exception inner)
Initializes a new instance of the T:System.MissingMethodException class with a specified error messag...
override string? Message
Gets the text string showing the class name, the method name, and the signature of the missing method...
MissingMethodException(string message)
Initializes a new instance of the T:System.MissingMethodException class with a specified error messag...
Describes the source and destination of a given serialized stream, and provides an additional caller-...
Provides information about, and means to manipulate, the current environment and platform....
Stores all the data needed to serialize or deserialize an object. This class cannot be inherited.
The exception that is thrown when there is an attempt to dynamically access a class member that does ...
Allows an object to control its own serialization and deserialization.
MissingMethodException(SerializationInfo info, StreamingContext context)
Initializes a new instance of the T:System.MissingMethodException class with serialized data.
byte [] Signature
Holds the signature of the missing member.
Represents errors that occur during application execution.To browse the .NET Framework source code fo...
string MemberName
Holds the name of the missing member.
Specifies that the class can be serialized.
MissingMethodException(string className, string methodName)
Initializes a new instance of the T:System.MissingMethodException class with the specified class name...
MissingMethodException()
Initializes a new instance of the T:System.MissingMethodException class.