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 fmt,
	params Object[] args
)
Visual Basic
Public Sub New ( 
	fmt As String,
	ParamArray args As Object()
)
Visual C++
public:
EntityFrameworkException(
	String^ fmt, 
	... array<Object^>^ args
)
F#
new : 
        fmt : string * 
        args : Object[] -> EntityFrameworkException

Parameters

fmt
Type: System..::..String
The detail message format string
args
Type: array<System..::..Object>[]()[][]
The detail message string arguments

See Also