Error associated with the result of the callback.

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

Syntax

C#
public int Error { get; internal set; }
Visual Basic (Declaration)
Public Property Error As Integer
Visual C++
public:
property int Error {
	int get ();
	void set (int value);
}

See Also