Click or drag to resize

FrameworkErrorsException Constructor (String, Exception)

Standard exception constructor.

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(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The message that describes the error
innerException
Type: SystemException
Inner exception
See Also