LLCryptoLibException object

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

Syntax

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

Parameters

message
Type: System..::..String
Exception message
innerException
Type: System..::..Exception
Inner exception object

See Also