Class
NotSupportedImageFormatException

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:

cs-api-definition
public class NotSupportedImageFormatException : NotSupportedFeatureException, ISerializable, _Exception

Inheritance: objectExceptionNotSupportedFeatureExceptionNotSupportedImageFormatException

Implements: ISerializable_Exception

Inherited Members Exception.GetBaseException()Exception.ToString()Exception.GetType()Exception.MessageException.DataException.InnerExceptionException.TargetSiteException.StackTraceException.HelpLinkException.SourceException.HResultException.SerializeObjectState

Constructors

NotSupportedImageFormatException()

Initializes a new instance of the NotSupportedImageFormatException class.

Declaration

cs-api-definition
public NotSupportedImageFormatException()

NotSupportedImageFormatException(SerializationInfo, StreamingContext)

Initializes a new instance of the NotSupportedImageFormatException class.

Declaration

cs-api-definition
protected NotSupportedImageFormatException(SerializationInfo info, StreamingContext context)

Parameters

info

SerializationInfo

The SerializationInfo that holds the serialized object data about the exception being thrown.

context

StreamingContext

The StreamingContext that contains contextual information about the source or destination.

NotSupportedImageFormatException(string)

Initializes a new instance of the NotSupportedImageFormatException class.

Declaration

cs-api-definition
public NotSupportedImageFormatException(string message)

Parameters

message

string

The message that describes the error.

NotSupportedImageFormatException(string, Exception)

Initializes a new instance of the NotSupportedImageFormatException class.

Declaration

cs-api-definition
public NotSupportedImageFormatException(string message, Exception cause)

Parameters

message

string

The message.

cause

Exception

The cause.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Provides COM objects with version-independent access to the GetObjectData(SerializationInfo, StreamingContext) method.

Declaration

cs-api-definition
[SecurityCritical]
public override void GetObjectData(SerializationInfo info, StreamingContext context)

Parameters

info

SerializationInfo

The SerializationInfo object that holds the serialized object data about the exception being thrown.

context

StreamingContext

The StreamingContext structure that contains contextual information about the source or destination.

Overrides Exception.GetObjectData(SerializationInfo, StreamingContext)