Mimer SQL Data Provider
Source Property (MimerException)




Mimer.Data.Client Namespace > MimerException Class : Source Property
Gets the name of the object that generated the error.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property Source As String
public override string Source {get;}
public read-only property Source: String; override; 
public override function get Source : String
public: __property string* get_Source() override;

Property Value

The name of the object that generated the error. An empty string if no source is available.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerException Class
MimerException Members