Initializes a new instance of the LogException class

Namespace: Endeca.Logging
Assembly: Endeca.Logging (in Endeca.Logging.dll) Version: 6.1.0.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

See Also