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