C# 클래스 DKIM.SmtpReadingException

상속: SmtpException
파일 보기 프로젝트 열기: yannispsarras/DKIM-AlternativeViews

공개 메소드들

메소드 설명
SmtpReadingException ( ) : System
SmtpReadingException ( string host ) : System
SmtpReadingException ( string host, Exception innerException ) : System

메소드 상세

SmtpReadingException() 공개 메소드

public SmtpReadingException ( ) : System
리턴 System

SmtpReadingException() 공개 메소드

public SmtpReadingException ( string host ) : System
host string
리턴 System

SmtpReadingException() 공개 메소드

public SmtpReadingException ( string host, Exception innerException ) : System
host string
innerException System.Exception
리턴 System