New to Telerik Document ProcessingStart a free 30-day trial

Thrown when a requested document-processing feature is not supported by the current implementation.

Definition

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)
Parameters:infoSerializationInfo

The info.

contextStreamingContext

The context.

Create an instance with a specific error message and inner exception.

C#
public NotSupportedFeatureException(string message, Exception cause)
Parameters:messagestring

The message.

causeException

The cause.

Create an instance with a specific error message.

C#
public NotSupportedFeatureException(string message)
Parameters:messagestring

The message.