Share

CorridorState.RecordError Method

Record error.



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

Syntax

C#

public void RecordError(
	CorridorError error,
	CorridorErrorLevel errorLevel,
	string description,
	string source,
	bool showInEventViewer
)

VB

Public Sub RecordError ( 
	error As CorridorError,
	errorLevel As CorridorErrorLevel,
	description As String,
	source As String,
	showInEventViewer As Boolean
)

C++

public:
void RecordError(
	CorridorError error, 
	CorridorErrorLevel errorLevel, 
	String^ description, 
	String^ source, 
	bool showInEventViewer
)

Parameters

error  CorridorError
 
errorLevel  CorridorErrorLevel
 
description  String
 
source  String
 
showInEventViewer  Boolean
 

See Also

Reference

Was this information helpful?