Generates a string explaining the error code passed in.

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

Syntax

C#
public static string GetErrorText(
	int error
)
Visual Basic (Declaration)
Public Shared Function GetErrorText ( _
	error As Integer _
) As String
Visual C++
public:
static String^ GetErrorText(
	int error
)

Parameters

error
Type: System..::.Int32

[Missing <param name="error"/> documentation for "M:Bone.Utility.GetErrorText(System.Int32)"]

Return Value

A textual explaination of the error.

See Also