public FTPException( string msg, int replyCode )
Public Sub New ( msg As String, replyCode As Integer )
public: FTPException( String^ msg, int replyCode )
new : msg : string * replyCode : int -> FTPException
In This Article