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