C# Class withSIX.Mini.Presentation.Core.CannotOpenApiPortException

Inheritance: System.Exception
Mostrar archivo Open project: SIXNetworks/withSIX.Desktop

Public Methods

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

Method Details

CannotOpenApiPortException() public method

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

CannotOpenApiPortException() public method

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