[ 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 instance of ClientCheckFailedEventArgs.
Namespace:
BNSharpAssembly: BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)
Syntax
| C# |
|---|
public ClientCheckFailedEventArgs( ClientCheckFailureCause reason, string additionalInformation ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ reason As ClientCheckFailureCause, _ additionalInformation As String _ ) |
| Visual C++ |
|---|
public: ClientCheckFailedEventArgs( ClientCheckFailureCause reason, String^ additionalInformation ) |
Parameters
- reason
- Type: BNSharp..::.ClientCheckFailureCause
The failure code for version checking.
- additionalInformation
- Type: System..::.String
Additional information, if available.