C# Class Primelabs.Twingly.MogileFsApi.Exceptions.NoTrackersException

Inheritance: MogileFsBaseException
Mostrar archivo Open project: twingly/MogileFsApi

Public Methods

Method Description
NoTrackersException ( ) : System
NoTrackersException ( string message ) : System
NoTrackersException ( string message, Exception innerException ) : System

Method Details

NoTrackersException() public method

public NoTrackersException ( ) : System
return System

NoTrackersException() public method

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

NoTrackersException() public method

public NoTrackersException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System