Для изменения размера нажмите или перетащите

UnknownColumnException(SerializationInfo, StreamingContext) - конструктор

Initializes a new instance of the Exception class with serialized data.

Пространство имён:  Tessa.Views.Metadata
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
protected UnknownColumnException(
	[NotNullAttribute] SerializationInfo info,
	StreamingContext context
)

Параметры

info
Тип: System.Runtime.SerializationSerializationInfo
The SerializationInfo that holds the serialized object data about the exception being thrown.
context
Тип: System.Runtime.SerializationStreamingContext
The StreamingContext that contains contextual information about the source or destination.
Исключения
ИсключениеУсловие
ArgumentNullExceptioninfo is .
SerializationExceptionThe class name is or HResult is zero (0).
См. также