System.MissingFieldException.Message Property

Gets the text string showing the signature of the missing field, the class name, and the field name. This property is read-only.

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 MissingMemberException.Message. The error message should be localized.

Requirements

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