C# Class ACMESharp.AcmeClient.AcmeWebException

Inheritance: ACMESharp.AcmeException
Show file Open project: ebekker/ACMESharp

Public Methods

Method Description
AcmeWebException ( WebException innerException, string message = null, AcmeHttpResponse response = null ) : System

Protected Methods

Method Description
AcmeWebException ( SerializationInfo info, StreamingContext context ) : System

Method Details

AcmeWebException() protected method

protected AcmeWebException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

AcmeWebException() public method

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