MailToLargeException Constructor (String, Exception)

Scanjour Workflow4 Reference Manual
Initializes a new instance of the MailToLargeException class

Namespace:  Scanjour.Workflow4.Common.Exchange
Assembly:  Scanjour.Workflow4.Common (in Scanjour.Workflow4.Common.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public MailToLargeException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Scanjour.Workflow4.Common.Exchange.MailToLargeException.#ctor(System.String,System.Exception)"]

innerException
Type: SystemException

[Missing <param name="innerException"/> documentation for "M:Scanjour.Workflow4.Common.Exchange.MailToLargeException.#ctor(System.String,System.Exception)"]

See Also

Reference