LumiSoft Net Help
Relay_SessionCompletedEventArgs Constructor (session, exception)
NamespacesLumiSoft.Net.SMTP.RelayRelay_SessionCompletedEventArgsRelay_SessionCompletedEventArgs(Relay_Session, Exception)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public Relay_SessionCompletedEventArgs(
	Relay_Session session,
	Exception exception
)
Public Sub New ( 
	session As Relay_Session,
	exception As Exception
)
public:
Relay_SessionCompletedEventArgs(
	Relay_Session^ session, 
	Exception^ exception
)
new : 
        session : Relay_Session * 
        exception : Exception -> Relay_SessionCompletedEventArgs
Parameters
session (Relay_Session)
Relay session what completed processing.
exception (Exception)
Exception what happened or null if relay completed successfully.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when session is null.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119