C# Class withSIX.Sync.Core.Transfer.MirrorSelectors.TooManyProgramExceptions

Inheritance: TransferException
显示文件 Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
TooManyProgramExceptions ( ) : System
TooManyProgramExceptions ( string message ) : System
TooManyProgramExceptions ( string message, Exception inner ) : System

Method Details

TooManyProgramExceptions() public method

public TooManyProgramExceptions ( ) : System
return System

TooManyProgramExceptions() public method

public TooManyProgramExceptions ( string message ) : System
message string
return System

TooManyProgramExceptions() public method

public TooManyProgramExceptions ( string message, Exception inner ) : System
message string
inner System.Exception
return System