C# Class minisign.Exceptions.FileSizeExceededException

Inheritance: System.Exception
Exibir arquivo Open project: bitbeans/minisign-net

Public Methods

Method Description
FileSizeExceededException ( ) : System
FileSizeExceededException ( string message ) : System
FileSizeExceededException ( string message, Exception inner ) : System

Method Details

FileSizeExceededException() public method

public FileSizeExceededException ( ) : System
return System

FileSizeExceededException() public method

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

FileSizeExceededException() public method

public FileSizeExceededException ( string message, Exception inner ) : System
message string
inner System.Exception
return System