C# Class FileTypeException, peloton-to-garmin

Inheritance: Exception
ファイルを表示 Open project: philosowaffle/peloton-to-garmin

Public Methods

Method Description
FileTypeException ( ) : System,
FileTypeException ( string message ) : System,
FileTypeException ( string message, Exception, inner ) : System,

Method Details

FileTypeException() public method

public FileTypeException ( ) : System,
return System,

FileTypeException() public method

public FileTypeException ( string message ) : System,
message string
return System,

FileTypeException() public method

public FileTypeException ( string message, Exception, inner ) : System,
message string
inner Exception,
return System,