Click or drag to resize

SecretException Constructor (String)

Initializes a new instance of the SecretException class with a specified error message.

Namespace:  Zyrenth.Zora
Assembly:  ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntax
public SecretException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also