C# Class withSIX.Core.DidNotStartException

Inheritance: SetupException
Show file Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
DidNotStartException ( string message ) : System
DidNotStartException ( string message, Exception ex ) : System

Method Details

DidNotStartException() public method

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

DidNotStartException() public method

public DidNotStartException ( string message, Exception ex ) : System
message string
ex System.Exception
return System