Class NotSupportedXObjectTypeException
Represents an exception for document with an XObject type which is not supported.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Exceptions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class NotSupportedXObjectTypeException : NotSupportedFeatureException, ISerializable, _Exception
Constructors
NotSupportedXObjectTypeException()
Initializes a new instance of the NotSupportedXObjectTypeException class.
Declaration
public NotSupportedXObjectTypeException()
NotSupportedXObjectTypeException(SerializationInfo, StreamingContext)
Initializes a new instance of the NotSupportedXObjectTypeException class.
Declaration
protected NotSupportedXObjectTypeException(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
The info. |
System.Runtime.Serialization.StreamingContext
context
The context. |
NotSupportedXObjectTypeException(String)
Initializes a new instance of the NotSupportedXObjectTypeException class.
Declaration
public NotSupportedXObjectTypeException(string message)
Parameters
System.String
message
The message. |
NotSupportedXObjectTypeException(String, Exception)
Initializes a new instance of the NotSupportedXObjectTypeException class.
Declaration
public NotSupportedXObjectTypeException(string message, Exception cause)
Parameters
System.String
message
The message. |
System.Exception
cause
The cause. |