C# Class CoAPNet.Dtls.Server.DtlsConnectionClosedException

Inheritance: Exception
Show file Open project: NZSmartie/CoAP.Net

Public Methods

Method Description
DtlsConnectionClosedException ( ) : System
DtlsConnectionClosedException ( string message ) : System
DtlsConnectionClosedException ( string message, Exception innerException ) : System

Method Details

DtlsConnectionClosedException() public method

public DtlsConnectionClosedException ( ) : System
return System

DtlsConnectionClosedException() public method

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

DtlsConnectionClosedException() public method

public DtlsConnectionClosedException ( string message, Exception innerException ) : System
message string
innerException Exception
return System