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

Inheritance: System.Exception
Exibir arquivo Open project: twingly/MogileFsApi

Public Methods

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

Method Details

MogileFsBaseException() public method

public MogileFsBaseException ( ) : System
return System

MogileFsBaseException() public method

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

MogileFsBaseException() public method

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