[ 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.]
Creates a new AccountCreationFailedEventArgs for the specifiec account.
Namespace:
BNSharpAssembly: BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)
Syntax
| C# |
|---|
public AccountCreationFailedEventArgs( string accountName, CreationFailureReason reason ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ accountName As String, _ reason As CreationFailureReason _ ) |
| Visual C++ |
|---|
public: AccountCreationFailedEventArgs( String^ accountName, CreationFailureReason reason ) |
Parameters
- accountName
- Type: System..::.String
The name that failed to be created.
- reason
- Type: BNSharp..::.CreationFailureReason
The reason provided by Battle.net for the failure.