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

AccountIsLockedExceptionGetObjectData - метод

Sets the SerializationInfo object with the parameter name and additional exception information.

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public override void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Параметры

info
Тип: System.Runtime.SerializationSerializationInfo
The object that holds the serialized object data.
context
Тип: System.Runtime.SerializationStreamingContext
The contextual information about the source or destination.

Реализации

ISerializableGetObjectData(SerializationInfo, StreamingContext)
Исключения
ИсключениеУсловие
ArgumentNullExceptionThe info object is a null reference (Nothing in Visual Basic).
См. также