C# Class EspionSpotify.Exceptions.SourceFileNotFoundException

Inheritance: Exception
ファイルを表示 Open project: jwallet/spy-spotify

Public Methods

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

Method Details

SourceFileNotFoundException() public method

public SourceFileNotFoundException ( ) : System
return System

SourceFileNotFoundException() public method

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

SourceFileNotFoundException() public method

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