C# Class Universal.Torrent.Client.Encryption.EncryptionException

Inheritance: Universal.Torrent.Common.TorrentException
显示文件 Open project: haroldma/Universal.Torrent

Public Methods

Method Description
EncryptionException ( ) : System
EncryptionException ( string message ) : System
EncryptionException ( string message, Exception innerException ) : System

Method Details

EncryptionException() public method

public EncryptionException ( ) : System
return System

EncryptionException() public method

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

EncryptionException() public method

public EncryptionException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System