Click or drag to resize

TFtpErrorPacket Constructor

Initializes a new instance of the TFtpErrorPacket class

Namespace: GSF.Net.TFtp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public TFtpErrorPacket(
	ushort errorCode,
	string errorMessage
)
View Source

Parameters

errorCode  UInt16
 
errorMessage  String
 
See Also