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