Helper Library for sending emails

MbcsMailException(String, Exception) Constructor

Initializes a new instance of the MbcsMailException class

Definition

Namespace: MbcsMail
Assembly: MbcsMail (in MbcsMail.dll) Version: 1.0.0.1 (1.0.0.1)
C#
public MbcsMailException(
	string message,
	Exception innerException
)

Parameters

message  String

[Missing <param name="message"/> documentation for "M:MbcsMail.MbcsMailException.#ctor(System.String,System.Exception)"]

innerException  Exception

[Missing <param name="innerException"/> documentation for "M:MbcsMail.MbcsMailException.#ctor(System.String,System.Exception)"]

See Also