Click or drag to resize

FtpExceptionBaseGetObjectData Method

Deserializes the FtpExceptionBase.

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public override void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)
View Source

Parameters

info  SerializationInfo
The SerializationInfo to populate with data.
context  StreamingContext
The destination StreamingContext for this serialization.

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)
_ExceptionGetObjectData(SerializationInfo, StreamingContext)
See Also