[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]

[This is preliminary documentation and is subject to change.]

Gets additional information, if any, provided by Battle.net about the problem.

Namespace:  BNSharp
Assembly:  BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)

Syntax

C#
public string AdditionalInformation { get; }
Visual Basic (Declaration)
Public ReadOnly Property AdditionalInformation As String
Visual C++
public:
property String^ AdditionalInformation {
	String^ get ();
}

See Also