Class NotSupportedActionException
Thrown when a PDF action type is not supported by the processing engine.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Exceptions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class NotSupportedActionException : Exception, ISerializable, _Exception
Constructors
NotSupportedActionException(String, String)
Initializes a new instance of the NotSupportedActionException class.
Declaration
public NotSupportedActionException(string message, string name)
Parameters
|
System.String
message
The message that describes the error. |
|
System.String
name
The name of the not supported action. |
Properties
ActionName
Gets the name of the unsupported action encountered in the PDF.
Declaration
public string ActionName { get; }
Property Value
|
System.String
The name of the action that is not supported. |