Thrown when a PDF action type is not supported by the processing engine.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Exceptions
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
[SuppressMessage("Microsoft.Design", "CA1032: ImplementStandardExceptionConstructors")]
public class NotSupportedActionException : Exception, ISerializable
Inheritance: objectExceptionNotSupportedActionException
Implements:
Inherited Members
Constructors
Initializes a new instance of the NotSupportedActionException class.
Properties
Gets the name of the unsupported action encountered in the PDF.
C#
public string ActionName { get; }
The name of the action that is not supported.