ErrorContext Property
|
|
Object reserved for internal use only.
Namespace:
Ubitsoft.SqlEnlight.ModelAssembly:
Ubitsoft.SqlEnlight.Model (in Ubitsoft.SqlEnlight.Model.dll) Version: 2.0.2.76
Syntax
public ErrorContextInfo Context { get; set; }
Public Property Context As ErrorContextInfo
Get
Set
public:
property ErrorContextInfo^ Context {
ErrorContextInfo^ get ();
void set (ErrorContextInfo^ value);
}
member Context : ErrorContextInfo with get, set
Property Value
Type: ErrorContextInfo
The context.
Remarks
See Also