Class CallbackQueryHandlerBadPath
Some parameter value missing in path
Inheritance
System.Object
CallbackQueryHandlerBadPath
Assembly: TelegramModularFramework.dll
Syntax
public class CallbackQueryHandlerBadPath : BaseCommandException
Constructors
|
Improve this Doc
View Source
CallbackQueryHandlerBadPath(IEnumerable<PathPart>, ParameterInfo, String)
Declaration
public CallbackQueryHandlerBadPath(IEnumerable<PathPart> pathParts, ParameterInfo parameterInfo, string path)
Parameters
Type |
Name |
Description |
IEnumerable<PathPart> |
pathParts |
|
System.Reflection.ParameterInfo |
parameterInfo |
|
System.String |
path |
|
Properties
|
Improve this Doc
View Source
ParameterInfo
Declaration
public ParameterInfo ParameterInfo { get; set; }
Property Value
Type |
Description |
System.Reflection.ParameterInfo |
|
|
Improve this Doc
View Source
Path
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PathParts
Declaration
public IEnumerable<PathPart> PathParts { get; set; }
Property Value