Skip to content

M_Ekstrand_Encryption_Ciphers_CryptoException__ctor_1

Fred Ekstrand edited this page Aug 5, 2020 · 1 revision

CryptoException Constructor (String)

Initializes a new instance of the CryptoException class.

Namespace: Ekstrand.Encryption.Ciphers
Assembly: EnigmaBinaryCipher (in EnigmaBinaryCipher.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public CryptoException(
	string message
)

VB

Public Sub New ( 
	message As String
)

C++

public:
CryptoException(
	String^ message
)

F#

new : 
        message : string -> CryptoException

Parameters

 

message
Type: System.String
The message that describes the error.

See Also

Reference

CryptoException Class
CryptoException Overload
Ekstrand.Encryption.Ciphers Namespace

Clone this wiki locally