ClassNotSupportedEncryptionException
Thrown when a document uses an encryption method that is not supported by the processing engine.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Exceptions
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public class NotSupportedEncryptionException : NotSupportedFeatureException, ISerializable, _Exception
Inheritance: objectExceptionNotSupportedFeatureExceptionNotSupportedEncryptionException
Implements:
Inherited Members
Constructors
NotSupportedEncryptionException()
Initializes a new instance of the NotSupportedEncryptionException class.
Declaration
public NotSupportedEncryptionException()
NotSupportedEncryptionException(SerializationInfo, StreamingContext)
Initializes a new instance of the NotSupportedEncryptionException class.
Declaration
protected NotSupportedEncryptionException(SerializationInfo info, StreamingContext context)
Parameters
info
The SerializationInfo that holds the serialized object data about the exception being thrown.
context
The StreamingContext that contains contextual information about the source or destination.
NotSupportedEncryptionException(int)
Initializes a new instance of the NotSupportedEncryptionException class.
Declaration
public NotSupportedEncryptionException(int encryptionCode)
Parameters
encryptionCode
The numeric code of the unsupported encryption method.
NotSupportedEncryptionException(int, string)
Initializes a new instance of the NotSupportedEncryptionException class.
NotSupportedEncryptionException(string, Exception)
Initializes a new instance of the NotSupportedEncryptionException class.
Properties
EncryptionCode
Gets the numeric code of the unsupported encryption method.
Declaration
public int EncryptionCode { get; }
Property Value
The encryption method code that is not supported.
Methods
GetObjectData(SerializationInfo, StreamingContext)
Provides COM objects with version-independent access to the GetObjectData(SerializationInfo, StreamingContext) method
Declaration
[SecurityCritical]
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
info
The SerializationInfo object that holds the serialized object data about the exception being thrown.
context
The StreamingContext structure that contains contextual information about the source or destination.
Overrides