C# Class ACMESharp.AcmeClient.AcmeWebException

Inheritance: ACMESharp.AcmeException
Afficher le fichier Open project: ebekker/ACMESharp

Méthodes publiques

Méthode Description
AcmeWebException ( WebException innerException, string message = null, AcmeHttpResponse response = null ) : System

Méthodes protégées

Méthode Description
AcmeWebException ( SerializationInfo info, StreamingContext context ) : System

Method Details

AcmeWebException() protected méthode

protected AcmeWebException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

AcmeWebException() public méthode

public AcmeWebException ( WebException innerException, string message = null, AcmeHttpResponse response = null ) : System
innerException System.Net.WebException
message string
response AcmeHttpResponse
Résultat System