Name

MissingFieldException

Synopsis

MissingMemberException indicates an attempt to access a nonexistent field.

public class MissingFieldException : MissingMemberException {
// Public Constructors
   public MissingFieldException( );
   public MissingFieldException(string message);
   public MissingFieldException(string message,  Exception inner);
   public MissingFieldException(string className, string fieldName);
// Protected Constructors
   protected MissingFieldException(System.Runtime.Serialization.SerializationInfo info,
        System.Runtime.Serialization.StreamingContext context);
// Public Instance Properties
   public override string Message{get; } 
// overrides MissingMemberException
}

Hierarchy

Object Exception(System.Runtime.Serialization.ISerializable) SystemException MemberAccessException MissingMemberException MissingFieldException

Get C# in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.