AaltoTLS.RecordLayer.RecordTooLargeException.RecordTooLargeException C# (CSharp) Method

RecordTooLargeException() public method

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

Same methods

RecordTooLargeException::RecordTooLargeException ( ) : System
RecordTooLargeException::RecordTooLargeException ( string message ) : System
RecordTooLargeException