C# Class ElectroChecker.ServiceException

Inheritance: System.Exception
Show file Open project: HackerDom/ructfe-2015

Public Properties

Property Type Description
code ExitCode
publicMessage string

Public Methods

Method Description
ServiceException ( ExitCode code, string privateMes, string publicMessage = null ) : System

Method Details

ServiceException() public method

public ServiceException ( ExitCode code, string privateMes, string publicMessage = null ) : System
code ExitCode
privateMes string
publicMessage string
return System

Property Details

code public property

public ExitCode code
return ExitCode

publicMessage public property

public string publicMessage
return string