Class NotSupportedFunctionTypeException
Represents an exception for a function type which is not supported.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Exceptions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class NotSupportedFunctionTypeException : NotSupportedFeatureException, ISerializable, _Exception
Constructors
NotSupportedFunctionTypeException()
Initializes a new instance of the Not
Declaration
public NotSupportedFunctionTypeException()
NotSupportedFunctionTypeException(Int32)
Initializes a new instance of the Not
Declaration
public NotSupportedFunctionTypeException(int functionType)
Parameters
System. Type of the function. |
NotSupportedFunctionTypeException(Int32, String)
Initializes a new instance of the Not
Declaration
public NotSupportedFunctionTypeException(int functionType, string message)
Parameters
System. Type of the function. |
System. The message. |
NotSupportedFunctionTypeException(SerializationInfo, StreamingContext)
Initializes a new instance of the Not
Declaration
protected NotSupportedFunctionTypeException(SerializationInfo info, StreamingContext context)
Parameters
System. The info. |
System. The context. |
NotSupportedFunctionTypeException(String)
Initializes a new instance of the Not
Declaration
public NotSupportedFunctionTypeException(string message)
Parameters
System. The message. |
NotSupportedFunctionTypeException(String, Exception)
Initializes a new instance of the Not
Declaration
public NotSupportedFunctionTypeException(string message, Exception cause)
Parameters
System. The message. |
System. The cause. |
Properties
FunctionType
Gets or sets the type of the function.
Declaration
public int FunctionType { get; }
Property Value
System. The type of the function. |
Methods
GetObjectData(SerializationInfo, StreamingContext)
Provides COM objects with version-independent access to the System.
Declaration
[SecurityCritical]
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
System. The System. |
System. The System. |