UnknownMemberException CLASS

The exception thrown as a result of trying to access to a class member which doesn't exist.

Parent Class

See Also

All Members


TypeNameSignature
constructorUnknownMemberExceptionpublic UnknownMemberException(string)

Constructors


public UnknownMemberException(string msg)

Create an instance of UnknownMemberException with specified message. Mainly reserved for system use.

Parameters

  • msg The message for this exception.