Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

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

Initializes an instance of the DataTypeMismatchException class for the specified property using a link to an internal exception that was the cause of this exception.

Синтаксис

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.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?