C# Class Smrf.NodeXL.ExcelTemplate.EmailAddressFormatException

Inheritance: System.Exception
ファイルを表示 Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_eEmailAddressType EmailAddressType

Public Methods

Method Description
EmailAddressFormatException ( EmailAddressType emailAddressType ) : System

Initializes a new instance of the class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

EmailAddressFormatException() public method

Initializes a new instance of the class.
public EmailAddressFormatException ( EmailAddressType emailAddressType ) : System
emailAddressType EmailAddressType /// The type of the address that has an invalid format. ///
return System

Property Details

m_eEmailAddressType protected_oe property

protected EmailAddressType m_eEmailAddressType
return EmailAddressType