C# Class AaltoTLS.RecordLayer.RecordTooLargeException

Inheritance: System.Exception
Afficher le fichier Open project: juhovh/AaltoTLS

Méthodes publiques

Méthode Description
RecordTooLargeException ( ) : System
RecordTooLargeException ( string message ) : System
RecordTooLargeException ( string message, Exception e ) : System

Method Details

RecordTooLargeException() public méthode

public RecordTooLargeException ( ) : System
Résultat System

RecordTooLargeException() public méthode

public RecordTooLargeException ( string message ) : System
message string
Résultat System

RecordTooLargeException() public méthode

public RecordTooLargeException ( string message, Exception e ) : System
message string
e System.Exception
Résultat System