Default constructor.
| C# | Visual Basic | Visual C++ |
public Error_EventArgs( Exception x, StackTrace stackTrace )
Public Sub New ( _ x As Exception, _ stackTrace As StackTrace _ )
public: Error_EventArgs( Exception^ x, StackTrace^ stackTrace )
- x (Exception)
[Missing <param name="x"/> documentation for "M:LumiSoft.Net.Error_EventArgs.#ctor(System.Exception,System.Diagnostics.StackTrace)"]
- stackTrace (StackTrace)
[Missing <param name="stackTrace"/> documentation for "M:LumiSoft.Net.Error_EventArgs.#ctor(System.Exception,System.Diagnostics.StackTrace)"]