Creates a new error message object for the given error number.

Namespace:  Asi.iBO.Errors
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public CError(
	ErrorNumber errorNumber
)
Visual Basic (Declaration)
Public Sub New ( _
	errorNumber As ErrorNumber _
)
Visual C++
public:
CError(
	ErrorNumber errorNumber
)

Parameters

errorNumber
Type: Asi.iBO.Errors..::.ErrorNumber
The number of the error to retrieve.

See Also