Record error.

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public void RecordError(
	CorridorError error,
	CorridorErrorLevel errorLevel,
	string description,
	string source,
	bool showInEventViewer
)
Visual Basic
Public Sub RecordError ( _
	error As CorridorError, _
	errorLevel As CorridorErrorLevel, _
	description As String, _
	source As String, _
	showInEventViewer As Boolean _
)
Visual C++
public:
void RecordError(
	CorridorError error, 
	CorridorErrorLevel errorLevel, 
	String^ description, 
	String^ source, 
	bool showInEventViewer
)

Parameters

error
Type: Autodesk.Civil.Runtime..::..CorridorError
errorLevel
Type: Autodesk.Civil.Runtime..::..CorridorErrorLevel
description
Type: System..::..String
source
Type: System..::..String
showInEventViewer
Type: System..::..Boolean

See Also