UnknownPropertyException(SerializationInfo, StreamingContext) - конструктор
Initializes a new instance of the ApplicationException class with serialized data.
Пространство имён: Tessa.Views.Parser.ExpressionEvalСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
protected UnknownPropertyException(
[NotNullAttribute] SerializationInfo info,
StreamingContext context
)
Protected Sub New (
<NotNullAttribute> info As SerializationInfo,
context As StreamingContext
)
protected:
UnknownPropertyException(
[NotNullAttribute] SerializationInfo^ info,
StreamingContext context
)
new :
[<NotNullAttribute>] info : SerializationInfo *
context : StreamingContext -> UnknownPropertyException
Параметры
- info SerializationInfo
- The object that holds the serialized object data.
- context StreamingContext
- The contextual information about the source or destination.