C# Class minisign.Exceptions.FileSizeExceededException

Inheritance: System.Exception
Afficher le fichier Open project: bitbeans/minisign-net

Méthodes publiques

Méthode Description
FileSizeExceededException ( ) : System
FileSizeExceededException ( string message ) : System
FileSizeExceededException ( string message, Exception inner ) : System

Method Details

FileSizeExceededException() public méthode

public FileSizeExceededException ( ) : System
Résultat System

FileSizeExceededException() public méthode

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

FileSizeExceededException() public méthode

public FileSizeExceededException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System