C# Class Org.BouncyCastle.Crypto.MaxBytesExceededException

Inheritance: CryptoException
ファイルを表示 Open project: nonorganic/dssnet

Public Methods

Method Description
MaxBytesExceededException ( ) : System
MaxBytesExceededException ( string message ) : System
MaxBytesExceededException ( string message, Exception e ) : System

Method Details

MaxBytesExceededException() public method

public MaxBytesExceededException ( ) : System
return System

MaxBytesExceededException() public method

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

MaxBytesExceededException() public method

public MaxBytesExceededException ( string message, Exception e ) : System
message string
e System.Exception
return System