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

Inheritance: MogileFsBaseException
Afficher le fichier Open project: twingly/MogileFsApi

Méthodes publiques

Méthode Description
NoTrackersException ( ) : System
NoTrackersException ( string message ) : System
NoTrackersException ( string message, Exception innerException ) : System

Method Details

NoTrackersException() public méthode

public NoTrackersException ( ) : System
Résultat System

NoTrackersException() public méthode

public NoTrackersException ( string message ) : System
message string
Résultat System

NoTrackersException() public méthode

public NoTrackersException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System