LLCryptoLibException.

Namespace:  LLCryptoLib
Assembly:  LLCryptoLib (in LLCryptoLib.dll)

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    LLCryptoLib..::.LLCryptoLibException

See Also