C# Class Library.Net.Amoeba.CertificateException

Inheritance: ConnectionsManagerException
显示文件 Open project: Alliance-Network/Library

Public Methods

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

Method Details

CertificateException() public method

public CertificateException ( ) : System
return System

CertificateException() public method

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

CertificateException() public method

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