AkaneMail.MailSaveException.MailSaveException C# (CSharp) Method

MailSaveException() public method

MailSaveException クラスの新しいインスタンスを初期化します。
public MailSaveException ( ) : System
return System
        public MailSaveException()
            : base()
        {
        }

Same methods

MailSaveException::MailSaveException ( SerializationInfo info, StreamingContext contest ) : System
MailSaveException::MailSaveException ( string message ) : System
MailSaveException::MailSaveException ( string message, Exception innerException ) : System
MailSaveException