MissingRequirementException CLASS

A module being imported, directly or indirectly, is missing. This is likely thrown as the cause for ClassLoadingException.

Parent Class

See Also

All Members


TypeNameSignature
constructorMissingRequirementExceptionpublic MissingRequirementException(string)

Constructors


public MissingRequirementException(string msg)

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

Parameters

  • msg The message for this exception.