Creates exception with specified message string and source exception.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public PopException(
	string msg,
	Exception cause
)
Visual Basic
Public Sub New ( _
	msg As String, _
	cause As Exception _
)
Visual C++
public:
PopException(
	String^ msg, 
	Exception^ cause
)

Parameters

msg
Type: System..::..String
the message of exception
cause
Type: System..::..Exception
the exception which caused this exception

See Also