Class BadArgs
Arguments received by command are wrong
Inheritance
System.Object
BadArgs
Assembly: TelegramModularFramework.dll
Syntax
public class BadArgs : BaseCommandException
Constructors
|
Improve this Doc
View Source
BadArgs(Int32, Int32, Int32)
Declaration
public BadArgs(int position, int required, int provided)
Parameters
Type |
Name |
Description |
System.Int32 |
position |
|
System.Int32 |
required |
|
System.Int32 |
provided |
|
Properties
|
Improve this Doc
View Source
Position
Declaration
public int Position { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Provided
Declaration
public int Provided { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Required
Declaration
public int Required { get; }
Property Value
Type |
Description |
System.Int32 |
|