C# Class System.Net.Mail.SmtpException

Inheritance: System.Exception, ISerializable
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
SmtpException ( ) : System
SmtpException ( SmtpStatusCode statusCode ) : System
SmtpException ( SmtpStatusCode statusCode, string message ) : System
SmtpException ( string message ) : System
SmtpException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
SmtpException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

Private Methods

Méthode Description
GetMessageForStatus ( SmtpStatusCode statusCode ) : string
GetMessageForStatus ( SmtpStatusCode statusCode, string serverResponse ) : string
GetObjectData ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void
ISerializable ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : void
SmtpException ( SmtpStatusCode statusCode, string serverMessage, bool serverResponse ) : System
SmtpException ( string message, string serverResponse ) : System

Method Details

SmtpException() public méthode

public SmtpException ( ) : System
Résultat System

SmtpException() protected méthode

protected SmtpException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
Résultat System

SmtpException() public méthode

public SmtpException ( SmtpStatusCode statusCode ) : System
statusCode SmtpStatusCode
Résultat System

SmtpException() public méthode

public SmtpException ( SmtpStatusCode statusCode, string message ) : System
statusCode SmtpStatusCode
message string
Résultat System

SmtpException() public méthode

public SmtpException ( string message ) : System
message string
Résultat System

SmtpException() public méthode

public SmtpException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System