Class NotSupportedActionException
Represents an exception thrown when encountering an action type that is not supported by the library.
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 from the PDF file.
Declaration
public string ActionName { get; }
Property Value
System.String
The name of the action that is not supported. |