Click or drag to resize

FrameworkException Constructor (Exception)

Initializes a new instance of FrameworkException class.

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 FrameworkException(
	Exception innerException
)

Parameters

innerException
Type: SystemException
inner exception
See Also