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

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

Méthodes publiques

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

Method Details

TrackerCommunicationException() public méthode

public TrackerCommunicationException ( ) : System
Résultat System

TrackerCommunicationException() public méthode

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

TrackerCommunicationException() public méthode

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