EntitySqlException::ErrorContext Property

 

Gets the approximate context where the error occurred, if available.

Namespace:   System.Data
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

public:
property String^ ErrorContext {
	String^ get();
}

Property Value

Type: System::String^

A string that describes the approximate context where the error occurred, if available.

.NET Framework
Available since 3.5
Return to top
Show: