C# Class winsw.WinSWException

Inheritance: System.Exception
Datei anzeigen Open project: kohsuke/winsw

Public Methods

Method Description
WinSWException ( String message ) : System
WinSWException ( String message, Exception innerException ) : System

Method Details

WinSWException() public method

public WinSWException ( String message ) : System
message String
return System

WinSWException() public method

public WinSWException ( String message, Exception innerException ) : System
message String
innerException System.Exception
return System