Initializes a new instance of the SecurityException class with a specified error message.
Namespace: LLCryptoLib.SecurityAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public SecurityException( string message ) |
Visual Basic |
---|
Public Sub New ( _ message As String _ ) |
Visual C++ |
---|
public: SecurityException( String^ message ) |
Parameters
- message
- Type: System..::..String
The error message that explains the reason for the exception.