Count error with the specified error code

Namespace:  IpernityNET
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public int CountErrors(
	int errorCode
)
Visual Basic (Declaration)
Public Function CountErrors ( _
	errorCode As Integer _
) As Integer
Visual C++
public:
int CountErrors(
	int errorCode
)

Parameters

errorCode
Type: System..::.Int32
The error code

Return Value

Errors count

See Also