Class ValidationError
Some argument has wrong value
Inheritance
System.Object
ValidationError
Assembly: TelegramModularFramework.dll
Syntax
public class ValidationError : BaseCommandException
Constructors
|
Improve this Doc
View Source
ValidationError(String, String, Int32)
Declaration
public ValidationError(string message, string field, int posistion)
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.String |
field |
|
System.Int32 |
posistion |
|
Properties
|
Improve this Doc
View Source
Field
Declaration
public string Field { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Position
Declaration
public int Position { get; set; }
Property Value
Type |
Description |
System.Int32 |
|