ClassNotSupportedShadingTypeException
Thrown when a shading dictionary specifies a shading type that is not supported.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Exceptions
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public class NotSupportedShadingTypeException : NotSupportedFeatureException, ISerializable
Inheritance: objectExceptionNotSupportedFeatureExceptionNotSupportedShadingTypeException
Implements:
Inherited Members
Constructors
NotSupportedShadingTypeException()
Initializes a new instance of the NotSupportedShadingTypeException class.
Declaration
public NotSupportedShadingTypeException()
NotSupportedShadingTypeException(SerializationInfo, StreamingContext)
Initializes a new instance of the NotSupportedShadingTypeException class.
Declaration
protected NotSupportedShadingTypeException(SerializationInfo info, StreamingContext context)
Parameters
info
The SerializationInfo that holds the serialized object data about the exception being thrown.
context
The StreamingContext that contains contextual information about the source or destination.
NotSupportedShadingTypeException(int)
Initializes a new instance of the NotSupportedShadingTypeException class.
Declaration
public NotSupportedShadingTypeException(int shadingType)
Parameters
shadingType
The numeric identifier of the unsupported shading type.
NotSupportedShadingTypeException(int, string)
Initializes a new instance of the NotSupportedShadingTypeException class.
NotSupportedShadingTypeException(string)
Initializes a new instance of the NotSupportedShadingTypeException class.
Declaration
public NotSupportedShadingTypeException(string message)
Parameters
message
The error message that explains the reason for the exception.
NotSupportedShadingTypeException(string, Exception)
Initializes a new instance of the NotSupportedShadingTypeException class.
Properties
ShadingType
Gets the numeric identifier of the unsupported shading type.
Declaration
public int ShadingType { get; }
Property Value
The shading type identifier that is not supported.
Methods
GetObjectData(SerializationInfo, StreamingContext)
Provides COM objects with version-independent access to the GetObjectData(SerializationInfo, StreamingContext) method
Declaration
[SecurityCritical]
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
info
The SerializationInfo object that holds the serialized object data about the exception being thrown.
context
The StreamingContext structure that contains contextual information about the source or destination.
Overrides