Click or drag to resize

FrameworkErrorsException Constructor (IErrors)

Creates a new instance of FrameworkErrorsException with the given errors collection. and first error as message.

Namespace:  EBP.Framework.Common.Interfaces
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public FrameworkErrorsException(
	IErrors errors
)

Parameters

errors
Type: EBP.Framework.Common.InterfacesIErrors

[Missing <param name="errors"/> documentation for "M:EBP.Framework.Common.Interfaces.FrameworkErrorsException.#ctor(EBP.Framework.Common.Interfaces.IErrors)"]

See Also