C# 클래스 AaltoTLS.RecordLayer.RecordTooLargeException

상속: System.Exception
파일 보기 프로젝트 열기: juhovh/AaltoTLS

공개 메소드들

메소드 설명
RecordTooLargeException ( ) : System
RecordTooLargeException ( string message ) : System
RecordTooLargeException ( string message, Exception e ) : System

메소드 상세

RecordTooLargeException() 공개 메소드

public RecordTooLargeException ( ) : System
리턴 System

RecordTooLargeException() 공개 메소드

public RecordTooLargeException ( string message ) : System
message string
리턴 System

RecordTooLargeException() 공개 메소드

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