Constructs the exception from a string message

Namespace: DidiSoft.Pgp.Exceptions
Assembly: DidiSoft.Pgp (in DidiSoft.Pgp.dll) Version: 1.7.3.35547

Syntax

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

Parameters

message
Type: System..::..String
error description

See Also