C# 클래스 ACMESharp.AcmeClient.AcmeWebException

상속: ACMESharp.AcmeException
파일 보기 프로젝트 열기: ebekker/ACMESharp

공개 메소드들

메소드 설명
AcmeWebException ( WebException innerException, string message = null, AcmeHttpResponse response = null ) : System

보호된 메소드들

메소드 설명
AcmeWebException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

AcmeWebException() 보호된 메소드

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

AcmeWebException() 공개 메소드

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