Initializes a new instance of the HandleLogExceptionEventArgs class.

Namespace: Monnit.Mine
Assembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public HandleLogExceptionEventArgs(
	Exception exception,
	string location
)
Visual Basic
Public Sub New ( 
	exception As Exception,
	location As String
)
Visual C++
public:
HandleLogExceptionEventArgs(
	Exception^ exception, 
	String^ location
)
F#
new : 
        exception : Exception * 
        location : string -> HandleLogExceptionEventArgs

Parameters

exception
Type: System..::..Exception
Exception that was recorded.
location
Type: System..::..String
Method name where the exception occurred.

See Also