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

Inheritance: MogileFsBaseException
Mostra file Open project: twingly/MogileFsApi

Public Methods

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

Method Details

NoPathsException() public method

public NoPathsException ( ) : System
return System

NoPathsException() public method

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

NoPathsException() public method

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