Class NotSupportedImageFormatException
Represents not supported image format exception.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Exceptions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class NotSupportedImageFormatException : NotSupportedFeatureException, ISerializable, _Exception
Constructors
NotSupportedImageFormatException()
Initializes a new instance of the Not
Declaration
public NotSupportedImageFormatException()
NotSupportedImageFormatException(SerializationInfo, StreamingContext)
Initializes a new instance of the Not
Declaration
protected NotSupportedImageFormatException(SerializationInfo info, StreamingContext context)
Parameters
System. The System. |
System. The System. |
NotSupportedImageFormatException(String)
Initializes a new instance of the Not
Declaration
public NotSupportedImageFormatException(string message)
Parameters
System. The message that describes the error. |
NotSupportedImageFormatException(String, Exception)
Initializes a new instance of the Not
Declaration
public NotSupportedImageFormatException(string message, Exception cause)
Parameters
System. The message. |
System. The cause. |
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. |