ClassNotSupportedImageFormatException
Thrown when an image format in the document is not supported by the processing engine.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Exceptions
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public class NotSupportedImageFormatException : NotSupportedFeatureException, ISerializable, _Exception
Inheritance: objectExceptionNotSupportedFeatureExceptionNotSupportedImageFormatException
Implements:
Inherited Members
Constructors
NotSupportedImageFormatException()
Initializes a new instance of the NotSupportedImageFormatException class.
Declaration
public NotSupportedImageFormatException()
NotSupportedImageFormatException(SerializationInfo, StreamingContext)
Initializes a new instance of the NotSupportedImageFormatException class.
Declaration
protected NotSupportedImageFormatException(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.
NotSupportedImageFormatException(string)
Initializes a new instance of the NotSupportedImageFormatException class.
Declaration
public NotSupportedImageFormatException(string message)
Parameters
message
The message that describes the error.
NotSupportedImageFormatException(string, Exception)
Initializes a new instance of the NotSupportedImageFormatException class.
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