System.MissingMemberException.Message Property

Gets the text string showing the class name, the member name, and the signature of the missing member.

Syntax

public override string Message { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If the class name is not specified when the object is constructed, the default text string inherited from the base class is returned.

This property overrides Exception.Message. The error message should be localized.

This property is read-only.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0