Creates a new instance of this exception with a string detail message

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public EntityFrameworkException(
	string message
)
Visual Basic
Public Sub New ( 
	message As String
)
Visual C++
public:
EntityFrameworkException(
	String^ message
)
F#
new : 
        message : string -> EntityFrameworkException

Parameters

message
Type: System..::..String
The exception detail message

See Also