Initializes a new instance of the Pop3Exception class

Namespace: Cartella.Pop3.Mail
Assembly: Pop3Client (in Pop3Client.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public Pop3Exception(
	string message,
	Exception inner
)
Visual Basic
Public Sub New ( _
	message As String, _
	inner As Exception _
)
Visual C++
public:
Pop3Exception(
	String^ message, 
	Exception^ inner
)

Parameters

message
Type: System..::..String
inner
Type: System..::..Exception

See Also