Class NotSupportedColorSpaceException
Represents an exception for a color space which is not supported.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Exceptions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class NotSupportedColorSpaceException : NotSupportedFeatureException, ISerializable, _Exception
Constructors
NotSupportedColorSpaceException()
Initializes a new instance of the Not
Declaration
public NotSupportedColorSpaceException()
NotSupportedColorSpaceException(SerializationInfo, StreamingContext)
Initializes a new instance of the Not
Declaration
protected NotSupportedColorSpaceException(SerializationInfo info, StreamingContext context)
Parameters
System. The info. |
System. The context. |
NotSupportedColorSpaceException(String)
Initializes a new instance of the Not
Declaration
public NotSupportedColorSpaceException(string colorSpace)
Parameters
System. The color space. |
NotSupportedColorSpaceException(String, Exception)
Initializes a new instance of the Not
Declaration
public NotSupportedColorSpaceException(string message, Exception cause)
Parameters
System. The message. |
System. The cause. |
NotSupportedColorSpaceException(String, String)
Initializes a new instance of the Not
Declaration
public NotSupportedColorSpaceException(string colorSpace, string message)
Parameters
System. The color space. |
System. The message. |
Properties
ColorSpace
Gets or sets the color space.
Declaration
public string ColorSpace { get; }
Property Value
System. The color space. |
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. |