| Previous | Table of Contents | Next | 
   The following exceptions are contained in the MOF Model Package. The generated IDL interfaces for the MOF Model make use of
            more exceptions, which are defined in the Reflective Package (see the Reflective Type Packages clause) and assigned to operations
            based on criteria determinable during generation. 
   The NameNotFound exception is raised when a lookup of a simple name has failed. 
   parameters 
   name : out String 
   The name parameter gives the string value that could not be found in the Namespace or extended Namespace searched by the operation.
            
   Container 
   Namespace 
   The NameNotResolved exception is raised when resolution of a qualified name has failed. 
   parameters 
   explanation : out String 
   restOfName : out String (multiplicity: zero or more; ordered; not unique) 
   The restOfName parameter contains that part of the qualified name that was not resolved. The explanation parameter can have
            the following values with the corresponding interpretation: 
• “InvalidName?: the first name in restOfName was malformed.
• “MissingName?: the first name in restOfName could not be resolved as no name binding exists for that name.
• “NotNameSpace?: the first name in restOfName did not resolve to a NameSpace when a NameSpace was expected.
• “CannotProceed?: the first name in restOfName could not be resolved (for any other reason).
   Container 
   Namespace