Click or drag to resize

EntityMemberFrameworkException Constructor (String, Exception)

Initializes a new instance of the EntityMemberFrameworkException class

Namespace:  EBP.Framework.Data.Interfaces
Assembly:  EBP.Framework.Data.Interfaces (in EBP.Framework.Data.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public EntityMemberFrameworkException(
	string message,
	Exception innerException
)

Parameters

message
Type: System.String

[Missing <param name="message"/> documentation for "M:EBP.Framework.Data.Interfaces.EntityMemberFrameworkException.#ctor(System.String,System.Exception)"]

innerException
Type: System.Exception

[Missing <param name="innerException"/> documentation for "M:EBP.Framework.Data.Interfaces.EntityMemberFrameworkException.#ctor(System.String,System.Exception)"]

See Also