C# Class AaltoTLS.RecordLayer.RecordTooLargeException

Inheritance: System.Exception
Show file Open project: juhovh/AaltoTLS

Public Methods

Method Description
RecordTooLargeException ( ) : System
RecordTooLargeException ( string message ) : System
RecordTooLargeException ( string message, Exception e ) : System

Method Details

RecordTooLargeException() public method

public RecordTooLargeException ( ) : System
return System

RecordTooLargeException() public method

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

RecordTooLargeException() public method

public RecordTooLargeException ( string message, Exception e ) : System
message string
e System.Exception
return System