InvalidPdfPostScriptCalculatorOperationException Class
The exception that is thrown when a PdfPostScriptCalculatorFunction contains an invalid PdfPostScriptCalculatorOperation. This exception is also thrown when internal runtime implementation limits have been exceeded by the PdfPostScriptCalculatorFunction.
public sealed class InvalidPdfPostScriptCalculatorOperationException : PdfException, ISerializable, _Exception
Public NotInheritable Class InvalidPdfPostScriptCalculatorOperationException
Inherits PdfException
Implements ISerializable, _Exception
- Inheritance:
- System.ObjectSystem.ExceptionInvalidPdfPostScriptCalculatorOperationException
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Properties
ErrorType
Gets the type of the PdfPostScriptCalculatorFunction error.
public PdfPostScriptCalculatorErrorType ErrorType { get; }
Public ReadOnly Property ErrorType As PdfPostScriptCalculatorErrorType
Property Value
The type of the PdfPostScriptCalculatorFunction error.
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception