New to Telerik Document ProcessingStart a free 30-day trial

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: ISerializable

Inherited Members Exception.GetBaseException()Exception.ToString()Exception.GetType()Exception.TargetSiteException.MessageException.DataException.InnerExceptionException.HelpLinkException.SourceException.HResultException.StackTraceException.SerializeObjectState...

Constructors

Initializes a new instance of the NotSupportedActionException class.

C#
public NotSupportedActionException(string message, string name)
Parameters:messagestring

The message that describes the error.

namestring

The name of the not supported action.

Properties

Gets the name of the unsupported action encountered in the PDF.

C#
public string ActionName { get; }
Property Value:

The name of the action that is not supported.