Thrown when image bytes are malformed or unsupported during import or decoding.
Definition
Namespace:Telerik.Windows.Documents.Exceptions
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
C#
public class InvalidImageDataException : Exception, ISerializable, _Exception
Inheritance: objectExceptionInvalidImageDataException
Implements:
Inherited Members
Constructors
Create an instance indicating invalid or unreadable image content.
C#
public InvalidImageDataException()
Initializes a new instance of the InvalidImageDataException class.
C#
protected InvalidImageDataException(SerializationInfo info, StreamingContext context)
The info.
contextStreamingContextThe context.
Create an instance with a specific error message.
C#
public InvalidImageDataException(string message)
The message that describes the error.