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

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

Méthodes publiques

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

Method Details

NoPathsException() public méthode

public NoPathsException ( ) : System
Résultat System

NoPathsException() public méthode

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

NoPathsException() public méthode

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