C# Class SocketCapException, core

Inheritance: CapException
Mostrar archivo Open project: omnius-labs/core

Public Methods

Method Description
SocketCapException ( )
SocketCapException ( string message )
SocketCapException ( string message, Exception, innerException )

Method Details

SocketCapException() public method

public SocketCapException ( )

SocketCapException() public method

public SocketCapException ( string message )
message string

SocketCapException() public method

public SocketCapException ( string message, Exception, innerException )
message string
innerException Exception,