The exception that is thrown when the cryptographic functionality in AsiUtil.dll failes to perform the requested operation

Namespace:  Asi.iBO
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
[SerializableAttribute]
public class UnableToPerformEncryptDecryptException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class UnableToPerformEncryptDecryptException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class UnableToPerformEncryptDecryptException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Asi.iBO..::.UnableToPerformEncryptDecryptException

See Also