NET FTP Library
GetType Method (FtpException)






KellermanSoftware.NetFtpLibrary Namespace > FtpException Class : GetType Method
Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Function GetType() As System.Type
'Usage
 
Dim instance As FtpException
Dim value As System.Type
 
value = instance.GetType()
[__DynamicallyInvokable()]
public System.Type GetType()
public function GetType(): System.Type; 
__DynamicallyInvokableAttribute()
public function GetType() : System.Type;
[__DynamicallyInvokable()]
public: System.Type* GetType(); 
[__DynamicallyInvokable()]
public:
System.Type^ GetType(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FtpException Class
FtpException Members