WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

CypherException Constructor (String, Exception)

Initializes a new instance of the CypherException class.

Namespace:  Walter.Cypher
Assembly:  Walter.Cypher (in Walter.Cypher.dll)

Syntax


public CypherException(
	string message,
	Exception innerException
)

Parameters

message
Type: String
The error message that explains the reason for the exception.
innerException
Type: Exception
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.