MappingParameterException(SerializationInfo, StreamingContext) - конструктор
Initializes a new instance of the Exception class with serialized data.
Пространство имён: Tessa.Views.MappingСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
protected MappingParameterException(
[NotNullAttribute] SerializationInfo info,
StreamingContext context
)
Protected Sub New (
<NotNullAttribute> info As SerializationInfo,
context As StreamingContext
)
protected:
MappingParameterException(
[NotNullAttribute] SerializationInfo^ info,
StreamingContext context
)
new :
[<NotNullAttribute>] info : SerializationInfo *
context : StreamingContext -> MappingParameterException
Параметры
- 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.
ArgumentNullException | info is . |
SerializationException | The class name is or HResult is zero (0). |