Server log error.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Server
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Parameters

methodName
Type: System..::.String
Server method name
exception
Type: System..::.Exception
Exception class.

See Also