Namespace: hr.tis.mgw.client
Assembly:   mgw2-client-1.0.6 (in mgw2-client-1.0.6)
Version: 2.1.0.6

Syntax

Visual Basic (Declaration)
Public Shared Sub LogException ( _
	message_ As String, _
	exception As Exception _
)
C#
public static void LogException (
	string message_,
	Exception exception
)
Visual C++
public:
static void LogException (
	String^ message_, 
	Exception^ exception
)

Parameters

message_
System.String
exception
System.Exception