Class NotSupportedScanEncoderException
Thrown when a scan encoding method requested by the operation 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()
Create an instance with the default message indicating the encoder is unsupported.
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)
Create an instance with a specific error message.
Declaration
public NotSupportedScanEncoderException(string message)
Parameters
|
System.String
message
The message. |
NotSupportedScanEncoderException(String, Exception)
Create an instance with a specific error message and inner exception.
Declaration
public NotSupportedScanEncoderException(string message, Exception cause)
Parameters
|
System.String
message
The message. |
|
System.Exception
cause
The cause. |