Thrown when a requested document-processing feature is not supported by the current implementation.
Definition
Namespace:Telerik.Windows.Documents.Exceptions
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
C#
public class NotSupportedFeatureException : Exception, ISerializable
Inheritance: objectExceptionNotSupportedFeatureException
Derived Classes:
Implements:
Inherited Members
Constructors
Create an instance indicating an unsupported feature was requested.
C#
public NotSupportedFeatureException()
Initializes a new instance of the NotSupportedFeatureException class.
C#
protected NotSupportedFeatureException(SerializationInfo info, StreamingContext context)
The info.
contextStreamingContextThe context.
Create an instance with a specific error message.