Gets the last error to occur after a function has returned failure.

Namespace:  Bone
Assembly:  BoneNet (in BoneNet.dll) Version: 0.1.3089.35299 (0.1.0)

Syntax

C#
public static int GetLastError()
Visual Basic (Declaration)
Public Shared Function GetLastError As Integer
Visual C++
public:
static int GetLastError()

Return Value

An integer representing the last error.

See Also