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

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

Specifies the causes of client versioning failure reported by Battle.net.

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

Syntax

C#
public enum ClientCheckFailureCause
Visual Basic (Declaration)
Public Enumeration ClientCheckFailureCause
Visual C++
public enum class ClientCheckFailureCause

Members

Member nameDescription
Passed
Indicates that client checks passed.
OldVersion
Indicates that the client should upgrade.
InvalidVersion
Indicates that the version checksum was invalid.
NewerVersion
Indicates that the client is using a newer version than is currently supported.
InvalidCdKey
The CD key was invalid.
CdKeyInUse
The CD key is already in use.
BannedCdKey
The CD key has been banned.
WrongProduct
The CD key was for the wrong product.
InvalidExpCdKey
Indicates that the expansion CD key was invalid.
ExpCdKeyInUse
Indicates that the expansion CD key is already in use.
BannedExpCdKey
Indicates that the expansion CD key was banned.
WrongExpProduct
Indicates that the expansion CD key was for the wrong product.

See Also