Class
NotSupportedActionException

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

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

Constructors

NotSupportedActionException(string, string)

Initializes a new instance of the NotSupportedActionException class.

Declaration

cs-api-definition
public NotSupportedActionException(string message, string name)

Parameters

message

string

The message that describes the error.

name

string

The name of the not supported action.

Properties

ActionName

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

Declaration

cs-api-definition
public string ActionName { get; }

Property Value

string

The name of the action that is not supported.