Class NotSupportedEncryptionException
Represents an exception for an encryption which is not supported.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Exceptions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class NotSupportedEncryptionException : NotSupportedFeatureException, ISerializable, _Exception
Constructors
NotSupportedEncryptionException()
Initializes a new instance of the Not
Declaration
public NotSupportedEncryptionException()
NotSupportedEncryptionException(Int32)
Initializes a new instance of the Not
Declaration
public NotSupportedEncryptionException(int encryptionCode)
Parameters
System. The encryption code. |
NotSupportedEncryptionException(Int32, String)
Initializes a new instance of the Not
Declaration
public NotSupportedEncryptionException(int encryptionCode, string message)
Parameters
System. The encryption code. |
System. The message. |
NotSupportedEncryptionException(SerializationInfo, StreamingContext)
Initializes a new instance of the Not
Declaration
protected NotSupportedEncryptionException(SerializationInfo info, StreamingContext context)
Parameters
System. The info. |
System. The context. |
NotSupportedEncryptionException(String, Exception)
Initializes a new instance of the Not
Declaration
public NotSupportedEncryptionException(string message, Exception cause)
Parameters
System. The message. |
System. The cause. |
Properties
EncryptionCode
Gets or sets the encryption code.
Declaration
public int EncryptionCode { get; }
Property Value
System. The encryption code. |
Methods
GetObjectData(SerializationInfo, StreamingContext)
Provides COM objects with version-independent access to the System.
Declaration
[SecurityCritical]
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
System. The System. |
System. The System. |