ClassInvalidImageDataException
Class
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:
cs-api-definition
public class InvalidImageDataException : Exception, ISerializable, _Exception
Inheritance: objectExceptionInvalidImageDataException
Implements:
Inherited Members
Constructors
InvalidImageDataException()
Create an instance indicating invalid or unreadable image content.
Declaration
cs-api-definition
public InvalidImageDataException()
InvalidImageDataException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidImageDataException class.
Declaration
cs-api-definition
protected InvalidImageDataException(SerializationInfo info, StreamingContext context)
Parameters
info
The info.
context
The context.
InvalidImageDataException(string)
Create an instance with a specific error message.
Declaration
cs-api-definition
public InvalidImageDataException(string message)
Parameters
message
The message that describes the error.
InvalidImageDataException(string, Exception)
Create an instance with a specific error message and inner exception.