C# Class NijieDownloader.Library.NijieException

Inheritance: System.Exception
Datei anzeigen Open project: Nandaka/NijieDownloader Class Usage Examples

Public Methods

Method Description
NijieException ( string message, Exception innerException, int errorCode ) : System
NijieException ( string message, int errorCode ) : System
ToString ( ) : string

Method Details

NijieException() public method

public NijieException ( string message, Exception innerException, int errorCode ) : System
message string
innerException System.Exception
errorCode int
return System

NijieException() public method

public NijieException ( string message, int errorCode ) : System
message string
errorCode int
return System

ToString() public method

public ToString ( ) : string
return string