Log an error.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Sub Error ( _
	exception As Exception _
)
C#
public static void Error(
	Exception exception
)

Parameters

exception
Type: System..::..Exception

See Also