C# Class SharpCompress.Crypto.CryptoException

Inheritance: Exception
ファイルを表示 Open project: kaby76/Antlr4BuildTasks

Public Methods

Method Description
CryptoException ( ) : System
CryptoException ( string message ) : System
CryptoException ( string message, Exception exception ) : System

Method Details

CryptoException() public method

public CryptoException ( ) : System
return System

CryptoException() public method

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

CryptoException() public method

public CryptoException ( string message, Exception exception ) : System
message string
exception Exception
return System