ACMESharp.AcmeClient.AcmeProtocolException.AcmeProtocolException C# (CSharp) Метод

AcmeProtocolException() публичный Метод

public AcmeProtocolException ( string message, AcmeHttpResponse response = null, Exception innerException = null ) : System
message string
response AcmeHttpResponse
innerException System.Exception
Результат System
            public AcmeProtocolException(string message, AcmeHttpResponse response = null,
                    Exception innerException = null)
                : base(message, innerException)
            {
                Response = response;
            }

Same methods

AcmeClient.AcmeProtocolException::AcmeProtocolException ( SerializationInfo info, StreamingContext context ) : System
AcmeClient.AcmeProtocolException