C# Class withSIX.Mini.Presentation.Core.Services.ProcessExitException

Inheritance: System.Exception
Datei anzeigen Open project: SIXNetworks/withSIX.Desktop

Public Methods

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

Method Details

ProcessExitException() public method

public ProcessExitException ( ) : System
return System

ProcessExitException() public method

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

ProcessExitException() public method

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