HostServiceConnectionException(SerializationInfo, StreamingContext) - конструктор |
Пространство имён:
Tessa.Host
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис protected HostServiceConnectionException(
[NotNullAttribute] SerializationInfo info,
StreamingContext context
)
Protected Sub New (
<NotNullAttribute> info As SerializationInfo,
context As StreamingContext
)
protected:
HostServiceConnectionException(
[NotNullAttribute] SerializationInfo^ info,
StreamingContext context
)
new :
[<NotNullAttribute>] info : SerializationInfo *
context : StreamingContext -> HostServiceConnectionException
Параметры
- info
- Тип: System.Runtime.SerializationSerializationInfo
The object that holds the serialized object data. - context
- Тип: System.Runtime.SerializationStreamingContext
The contextual information about the source or destination.
См. также