Represents an exception that may arise from trying to submit a LogEntry to the logging server. Includes a message describing the exception.

Namespace: Endeca.Logging
Assembly: Endeca.Logging (in Endeca.Logging.dll) Version: 6.1.3.0

Syntax

C#
public LogException(
	string s
)
Visual Basic
Public Sub New ( _
	s As String _
)
Visual C++
public:
LogException(
	String^ s
)

Parameters

s
Type: System..::..String
A message describing the exception.

See Also