Click or drag to resize
PMObjectNoFoundException Class
Represents an object does not exist or could not be found. Such as user, or printer being requested is not in the database.
Inheritance Hierarchy

Namespace: PM90SettingsAPI.Exceptions
Assembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax
C#
[SerializableAttribute]
public class PMObjectNoFoundException : PMException, 
	ISerializable

The PMObjectNoFoundException type exposes the following members.

Constructors
  NameDescription
Protected methodPMObjectNoFoundException
Constructor for Serialization
Top
See Also