LumiSoft Net Help
ExceptionEventArgs Constructor (exception)
NamespacesLumiSoft.NetExceptionEventArgsExceptionEventArgs(Exception)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++
public ExceptionEventArgs(
	Exception exception
)
Public Sub New ( _
	exception As Exception _
)
public:
ExceptionEventArgs(
	Exception^ exception
)
Parameters
exception (Exception)
Exception.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when exception is null reference value.

Assembly: LumiSoft.Net (Module: LumiSoft.Net) Version: 2.0.4006.27129