C# Class sidepop.Mime.MimeParserException

Inheritance: System.Exception
Afficher le fichier Open project: Octopus-ITSM/sidepop Class Usage Examples

Méthodes publiques

Méthode Description
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()

Method Details

MimeParserException() public méthode

Default constructor
public MimeParserException ( ) : System
Résultat System

MimeParserException() public méthode

.Ctor
public MimeParserException ( byte rawBytes ) : System
rawBytes byte
Résultat System

MimeParserException() public méthode

.Ctor
public MimeParserException ( byte rawBytes, string message ) : System
rawBytes byte
message string
Résultat System

MimeParserException() public méthode

.Ctor()
public MimeParserException ( byte rawBytes, string message, MimeEntity partialMimeEntity, Exception innerException ) : System
rawBytes byte
message string
partialMimeEntity MimeEntity
innerException System.Exception
Résultat System