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

Inheritance: System.Exception
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
ProcessExitException ( ) : System
ProcessExitException ( string message ) : System
ProcessExitException ( string message, Exception innerException ) : System

Method Details

ProcessExitException() public méthode

public ProcessExitException ( ) : System
Résultat System

ProcessExitException() public méthode

public ProcessExitException ( string message ) : System
message string
Résultat System

ProcessExitException() public méthode

public ProcessExitException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System