Initializes a new instance of the InvalidCipherTextException class
Namespace: Org.BouncyCastle.CryptoAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public InvalidCipherTextException( string message )  | 
| Visual Basic | 
|---|
Public Sub New ( _ message As String _ )  | 
| Visual C++ | 
|---|
public: InvalidCipherTextException( String^ message )  | 
Parameters
- message
 - Type: System..::..String