|
FtpExceptionBaseResponseMessage Property
|
Response message related to exception, if any.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax public string ResponseMessage { get; }
Public ReadOnly Property ResponseMessage As String
Get
public:
property String^ ResponseMessage {
String^ get ();
}
member ResponseMessage : string with get
function get_ResponseMessage();
View SourceProperty Value
StringSee Also