C# Class ACMESharp.AcmeClient.AcmeProtocolException

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

Public Methods

Method Description
AcmeProtocolException ( string message, AcmeHttpResponse response = null, Exception innerException = null ) : System

Protected Methods

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

Method Details

AcmeProtocolException() protected method

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

AcmeProtocolException() public method

public AcmeProtocolException ( string message, AcmeHttpResponse response = null, Exception innerException = null ) : System
message string
response AcmeHttpResponse
innerException System.Exception
return System