ClassNotSupportedActionException
Class
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:
cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1032: ImplementStandardExceptionConstructors")]
public class NotSupportedActionException : Exception, ISerializable, _Exception
Inheritance: objectExceptionNotSupportedActionException
Implements:
Inherited Members
Constructors
NotSupportedActionException(string, string)
Initializes a new instance of the NotSupportedActionException class.
Properties
ActionName
Gets the name of the unsupported action encountered in the PDF.
Declaration
cs-api-definition
public string ActionName { get; }
Property Value
The name of the action that is not supported.