[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
Assembly: BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)
[This is preliminary documentation and is subject to change.]
Specifies the reasons for which an account may fail to be created.
Namespace:
BNSharpAssembly: BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)
Syntax
| C# |
|---|
public enum CreationFailureReason |
| Visual Basic (Declaration) |
|---|
Public Enumeration CreationFailureReason |
| Visual C++ |
|---|
public enum class CreationFailureReason |
Members
| Member name | Description | |
|---|---|---|
| Unknown |
Specifies that an unknown cause was responsible for the account creation failure.
| |
| InvalidCharacters |
Specifies that invalid characters (such as those in illies) was used.
| |
| InvalidWord |
Specifies that an invalid or banned word, such as a curse word, were in the name.
| |
| AccountAlreadyExists |
Specifies that the account name already exists.
| |
| NotEnoughAlphanumerics |
Specifies that not enough alphanumeric characters were in the name.
| |
| NameTooShort |
Specifies that the name was too short or blank.
| |
| AdjacentPunctuation |
Specifies that too many punctuation characters were next to each other in the name.
| |
| TooMuchPunctuation |
Specifies that there were too many punctuation characters in the name.
|