Class NotSupportedFeatureException
Represents an exception for a feature which is not supported.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Exceptions
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class NotSupportedFeatureException : Exception, ISerializable, _Exception
Constructors
NotSupportedFeatureException()
Initializes a new instance of the Not
Declaration
public NotSupportedFeatureException()
NotSupportedFeatureException(SerializationInfo, StreamingContext)
Initializes a new instance of the Not
Declaration
protected NotSupportedFeatureException(SerializationInfo info, StreamingContext context)
Parameters
System. The info. |
System. The context. |
NotSupportedFeatureException(String)
Initializes a new instance of the Not
Declaration
public NotSupportedFeatureException(string message)
Parameters
System. The message. |
NotSupportedFeatureException(String, Exception)
Initializes a new instance of the Not
Declaration
public NotSupportedFeatureException(string message, Exception cause)
Parameters
System. The message. |
System. The cause. |