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

CommandExceptionGetObjectData - метод

When overridden in a derived class, sets the SerializationInfo with information about the exception.

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

Параметры

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

Реализации

ISerializableGetObjectData(SerializationInfo, StreamingContext)
Исключения
ИсключениеУсловие
ArgumentNullExceptionThe info parameter is a null reference ( in Visual Basic).
SecurityExceptionThe caller does not have the required permission.
См. также