C# 클래스 sidepop.Mime.MimeParserException

상속: System.Exception
파일 보기 프로젝트 열기: Octopus-ITSM/sidepop 1 사용 예제들

공개 메소드들

메소드 설명
MimeParserException ( ) : System

Default constructor

MimeParserException ( byte rawBytes ) : System

.Ctor

MimeParserException ( byte rawBytes, string message ) : System

.Ctor

MimeParserException ( byte rawBytes, string message, MimeEntity partialMimeEntity, Exception innerException ) : System

.Ctor()

메소드 상세

MimeParserException() 공개 메소드

Default constructor
public MimeParserException ( ) : System
리턴 System

MimeParserException() 공개 메소드

.Ctor
public MimeParserException ( byte rawBytes ) : System
rawBytes byte
리턴 System

MimeParserException() 공개 메소드

.Ctor
public MimeParserException ( byte rawBytes, string message ) : System
rawBytes byte
message string
리턴 System

MimeParserException() 공개 메소드

.Ctor()
public MimeParserException ( byte rawBytes, string message, MimeEntity partialMimeEntity, Exception innerException ) : System
rawBytes byte
message string
partialMimeEntity MimeEntity
innerException System.Exception
리턴 System