C# Class withSIX.Sync.Core.Transfer.Protocols.RsyncSoftException

Inheritance: RsyncException
Mostrar archivo Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
RsyncSoftException ( string message, string output = null, string parameters = null, Exception inner = null ) : System

Method Details

RsyncSoftException() public method

public RsyncSoftException ( string message, string output = null, string parameters = null, Exception inner = null ) : System
message string
output string
parameters string
inner System.Exception
return System