[This is preliminary documentation and is subject to change.]

Initializes a new instance of the InvalidOccurrenceReportFormLayoutException class

Namespace: QPulseWebServices.Core.Utils.FormLayout
Assembly: QPulseWebServices (in QPulseWebServices.dll) Version: 2.100.7610.0

Syntax

C#
public InvalidOccurrenceReportFormLayoutException(
	string message,
	Exception innerException
)

Parameters

message
Type: System..::..String

[Missing <param name="message"/> documentation for "M:QPulseWebServices.Core.Utils.FormLayout.InvalidOccurrenceReportFormLayoutException.#ctor(System.String,System.Exception)"]

innerException
Type: System..::..Exception

[Missing <param name="innerException"/> documentation for "M:QPulseWebServices.Core.Utils.FormLayout.InvalidOccurrenceReportFormLayoutException.#ctor(System.String,System.Exception)"]

See Also