C# 클래스 DKIM.SmtpCommandException

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

공개 메소드들

메소드 설명
SmtpCommandException ( ) : System
SmtpCommandException ( string message ) : System
SmtpCommandException ( string message, Exception innerException ) : System
SmtpCommandException ( string command, string line ) : System
SmtpCommandException ( string command, string line, Exception innerException ) : System

메소드 상세

SmtpCommandException() 공개 메소드

public SmtpCommandException ( ) : System
리턴 System

SmtpCommandException() 공개 메소드

public SmtpCommandException ( string message ) : System
message string
리턴 System

SmtpCommandException() 공개 메소드

public SmtpCommandException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System

SmtpCommandException() 공개 메소드

public SmtpCommandException ( string command, string line ) : System
command string
line string
리턴 System

SmtpCommandException() 공개 메소드

public SmtpCommandException ( string command, string line, Exception innerException ) : System
command string
line string
innerException System.Exception
리턴 System