Class ObjectNotAvailableException
Exception thrown by PdfReader, indicating that the object can not (yet) be read.
public class ObjectNotAvailableException : PdfReaderException, ISerializable- Inheritance
- 
      
      
      
      
      ObjectNotAvailableException
- Implements
- Inherited Members
Constructors
ObjectNotAvailableException()
Initializes a new instance of the ObjectNotAvailableException class.
public ObjectNotAvailableException()ObjectNotAvailableException(string)
Initializes a new instance of the ObjectNotAvailableException class.
public ObjectNotAvailableException(string message)Parameters
- messagestring
- The message. 
ObjectNotAvailableException(string, Exception)
Initializes a new instance of the ObjectNotAvailableException class.
public ObjectNotAvailableException(string message, Exception innerException)