DotNetOpenMail 0.5.7 (beta)

MailException Constructor (String, Exception)

Create an instance of a MailException

[Visual Basic]
Public Sub New( _ 
   ByVal message As String, _ 
   ByVal inner As Exception _ 
)
[C#]
public MailException(
   string message,
   Exception inner
);
[C++]
public: MailException(
   String* message,
   Exception* inner
);
[JScript]
public function MailException(
   String message,
   Exception inner
);

Parameters

message
The message describing the exception
inner
The inner exception

See Also

MailException Class | DotNetOpenMail Namespace | MailException Constructor Overload List