MfMissingFieldException

Namespace ›› System ››
Parent Previous Next

MfMissingFieldException Class

(Inherits from MfMissingMemberException)

The exception that is thrown when there is an attempt to dynamically access a field that does not exist.

Links

Properties, Methods

Constructors


Name

Description

Constructor()

Initializes a new instance of the MfMissingFieldException class.

Constructor(message)

Initializes a new instance of MfMissingFieldException class with a specified error message.

Constructor(message, innerException)

Initializes a new instance of MfMissingFieldException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Constructor(className, fieldName)

Initializes a new instance of MfMissingFieldException class with the specified class name and fieldName name.

Properties


Name

Description

ClassName

Gets or sets the class name. Inherited from MfMissingMemberException

Data

Gets the Data value associated with the this instance as MfDictionary object. Inherits from MfException

File

Gets or sets the File name the error occur in. Inherits from MfException

HelpLink

Gets or sets a link to the help file associated with this exception. Inherits from MfException

HrResult

Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. Inherits from MfException

InnerException

Gets the MfException instance or derived exception that caused the current exception. Inherits from MfException

Line

Gets or sets the Line the error occur on. Inherits from MfException

MemberName

Gets or sets the name of the missing member. Inherited from MfMissingMemberException

Message

Gets a message that describes the current exception. Inherited from MfMissingMemberException

Source

Gets or sets the name of the application or the object that causes the error. Inherits from MfException

Methods


Name

Description

AddAttribute()

Adds MfAttribute extended items to extended classes. Inherited from MfObject.

CompareTo(obj)

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. Overrides MfObject.CompareTo()

Equals(obj)

Compares obj to current instance to see if they are the same. Inherited from MfObject.

GetAttribute(index)

Gets an MfAttribute of the class. Inherited from MfObject.

GetAttributes()

Gets a MfGenericList of MfAttribute that Contains the attributes for the current class instance. Inherited from MfObject.

GetHashCode()

Gets A hash code for the current MfException or derived class. Overrides MfObject.GethashCode().

GetIndexOfAttribute(attrib)

Gets the zero-based index value of the position of MfAttribute within the instance of the class. Inherited from MfObject.

GetType()

Gets the Type for the for the Class .Inherited from MfObject.

HasAttribute(attrib)

Gets if the current instance of class derived from MfSystemException has MfAttribute. Inherited from MfObject.

Is(type)

Gets if current instance of object is of the same type. Inherited from MfObject. Inherited from MfObject.

IsInstance()

Get if the current class is an instance. Inherited from MfObject.

MemberwiseClone()

Creates a shallow copy of the current MfObject instance. Inherited from MfObject.

SetProp()

Sets File to MfString.Empty. Sets Line to 0. Sets Source to null. Inherited from MfException

SetProp(file)

Sets File to the value of file Line is unchanged. Source is unchanged. Inherited from MfException

SetProp(file, line)

Sets File to the value of file. Sets Line to the value of line. Source is unchanged. Inherited from MfException

SetProp(file, line, source)

Sets File to the value of file. Sets Line to the value of line. Sets Source to the value of source. Inherited from MfException

ToString()

Creates and returns a string representation of the current MfException. Overrides MfObject.ToString().

VerifyIsInstance([ClassName, LineFile, LineNumber, Source])

Verifies the the current object is set to an instance. Inherited from MfObject.

VerifyIsNotInstance([MethodName, LineFile, LineNumber, Source])

Verifies the the current object is NOT set to an instance. Used in Static methods. Inherited from MfObject.