'DeclarationPublic Function New( _ ByVal message As String, _ ByVal innerException As Exception _ )
'UsageDim message As String Dim innerException As Exception Dim instance As New SFtpException(message, innerException)
public SFtpException( string message, Exception innerException )
Parameters
- message
- innerException