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 NotSupportedFeatureException class.
Declaration
public NotSupportedFeatureException()
NotSupportedFeatureException(SerializationInfo, StreamingContext)
Initializes a new instance of the NotSupportedFeatureException class.
Declaration
protected NotSupportedFeatureException(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
The info. |
System.Runtime.Serialization.StreamingContext
context
The context. |
NotSupportedFeatureException(String)
Initializes a new instance of the NotSupportedFeatureException class.
Declaration
public NotSupportedFeatureException(string message)
Parameters
System.String
message
The message. |
NotSupportedFeatureException(String, Exception)
Initializes a new instance of the NotSupportedFeatureException class.
Declaration
public NotSupportedFeatureException(string message, Exception cause)
Parameters
System.String
message
The message. |
System.Exception
cause
The cause. |