UnsupportedTypeException - конструктор Смотри также Terrasoft.Common - пространство имен > UnsupportedTypeException - класс : UnsupportedTypeException C#
Glossary Item Box
Перегрузка | Описание |
---|---|
UnsupportedTypeException () | Initializes a new UnsupportedTypeException instance. |
UnsupportedTypeException (String) | Initializes a new instance of the UnsupportedTypeException class for the specified type name. |
UnsupportedTypeException (Type) | Initializes a new instance of the UnsupportedTypeException class for the specified System.Type type. |
UnsupportedTypeException (String,Object[]) | Initializes a new instance of the UnsupportedTypeException class for the specified object identifier, using the specified list of names. |
UnsupportedTypeException (String,Type) | Initializes a new instance of the UnsupportedTypeException class for the specified System.Type instance, using the specified error message. |
UnsupportedTypeException (String,Exception) | Initializes an instance of the UnsupportedTypeException class using the specified error message and the link to the internal exception that was the cause of this exception. |