LLCryptoLibException object

Namespace: LLCryptoLib
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public LLCryptoLibException(
	string message
)
Visual Basic
Public Sub New ( _
	message As String _
)
Visual C++
public:
LLCryptoLibException(
	String^ message
)

Parameters

message
Type: System..::..String
Exception message

See Also