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

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

Definition

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

Параметры

info  SerializationInfo
The SerializationInfo that holds the serialized object data about the exception being thrown.
context  StreamingContext
The StreamingContext that contains contextual information about the source or destination.

Исключения

ArgumentNullExceptioninfo is .
SerializationExceptionThe class name is or HResult is zero (0).

См. также