ClassNotSupportedFeatureException
Class
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:
cs-api-definition
public class NotSupportedFeatureException : Exception, ISerializable, _Exception
Inheritance: objectExceptionNotSupportedFeatureException
Derived Classes:
Implements:
Inherited Members
Constructors
NotSupportedFeatureException()
Create an instance indicating an unsupported feature was requested.
Declaration
cs-api-definition
public NotSupportedFeatureException()
NotSupportedFeatureException(SerializationInfo, StreamingContext)
Initializes a new instance of the NotSupportedFeatureException class.
Declaration
cs-api-definition
protected NotSupportedFeatureException(SerializationInfo info, StreamingContext context)
Parameters
info
The info.
context
The context.
NotSupportedFeatureException(string)
Create an instance with a specific error message.
Declaration
cs-api-definition
public NotSupportedFeatureException(string message)
Parameters
message
The message.
NotSupportedFeatureException(string, Exception)
Create an instance with a specific error message and inner exception.