Initializes a new instance of the Pop3Exception class
Namespace: Cartella.Pop3.MailAssembly: Pop3Client (in Pop3Client.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
public Pop3Exception( string message ) |
| Visual Basic |
|---|
Public Sub New ( _ message As String _ ) |
| Visual C++ |
|---|
public: Pop3Exception( String^ message ) |
Parameters
- message
- Type: System..::..String