DataTypeMismatchException (String,Type,Type,Exception) - конструктор Смотри также Terrasoft.Common - пространство имен > DataTypeMismatchException - класс > DataTypeMismatchException : DataTypeMismatchException (String,Type,Type,Exception) C#
- propertyName
- Name of the property whose value has incorrect data type.
- expectedType
- Type of property.
- currentType
- Type of set value.
- innerException
- Internal exception.
Glossary Item Box
public DataTypeMismatchException( string propertyName, Type expectedType, Type currentType, Exception innerException )
Параметры
- propertyName
- Name of the property whose value has incorrect data type.
- expectedType
- Type of property.
- currentType
- Type of set value.
- innerException
- Internal exception.