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

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

Syntax

C#
public class LogException : Exception
Visual Basic
Public Class LogException _
	Inherits Exception
Visual C++
public ref class LogException : public Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Endeca.Logging..::..LogException

See Also