11 [__DynamicallyInvokable]
25 [__DynamicallyInvokable]
28 [SecuritySafeCritical]
29 [__DynamicallyInvokable]
41 [__DynamicallyInvokable]
43 : base(
Environment.GetResourceString(
"Arg_MissingMemberException"))
45 SetErrorCode(-2146233070);
50 [__DynamicallyInvokable]
54 SetErrorCode(-2146233070);
60 [__DynamicallyInvokable]
62 : base(message, inner)
64 SetErrorCode(-2146233070);
73 ClassName = info.GetString(
"MMClassName");
75 Signature = (
byte[])info.GetValue(
"MMSignature", typeof(
byte[]));
80 internal static extern string FormatSignature(
byte[] signature);
109 base.GetObjectData(info, context);
110 info.AddValue(
"MMClassName",
ClassName, typeof(
string));
111 info.AddValue(
"MMMemberName",
MemberName, typeof(
string));
112 info.AddValue(
"MMSignature",
Signature, typeof(
byte[]));
MissingMemberException(string message, Exception inner)
Initializes a new instance of the T:System.MissingMemberException class with a specified error messag...
The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method th...
MissingMemberException(string message)
Initializes a new instance of the T:System.MissingMemberException class with a specified error messag...
string ClassName
Holds the class name of the missing member.
override void GetObjectData(SerializationInfo info, StreamingContext context)
Sets the T:System.Runtime.Serialization.SerializationInfo object with the class name,...
MissingMemberException()
Initializes a new instance of the T:System.MissingMemberException class.
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....
MissingMemberException(string className, string memberName)
Initializes a new instance of the T:System.MissingMemberException class with the specified class name...
MethodImplOptions
Defines the details of how a method is implemented.
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.
byte [] Signature
Holds the signature of the missing member.
Represents errors that occur during application execution.To browse the .NET Framework source code fo...
MissingMemberException(SerializationInfo info, StreamingContext context)
Initializes a new instance of the T:System.MissingMemberException class with serialized data.
string MemberName
Holds the name of the missing member.
Specifies that the class can be serialized.
The exception that is thrown when an attempt to access a class member fails.
override string? Message
Gets the text string showing the class name, the member name, and the signature of the missing member...