Class TypeConvertException
Type reader returned unsuccessful result
Inheritance
System.Object
TypeConvertException
Assembly: TelegramModularFramework.dll
Syntax
public class TypeConvertException : BaseCommandException
Constructors
|
Improve this Doc
View Source
TypeConvertException(String, ParameterInfo, Int32)
Declaration
public TypeConvertException(string errorReason, ParameterInfo parameterInfo, int position)
Parameters
Type |
Name |
Description |
System.String |
errorReason |
|
System.Reflection.ParameterInfo |
parameterInfo |
|
System.Int32 |
position |
|
Properties
|
Improve this Doc
View Source
ErrorReason
Declaration
public string ErrorReason { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ParameterInfo
Declaration
public ParameterInfo ParameterInfo { get; }
Property Value
Type |
Description |
System.Reflection.ParameterInfo |
|
|
Improve this Doc
View Source
Position
Declaration
public int Position { get; }
Property Value
Type |
Description |
System.Int32 |
|