FillErrorEventArgs.Errors-Eigenschaft
Ruft die Fehler ab, die behandelt werden.
Namespace: System.Data
Assembly: System.Data (in system.data.dll)
Syntax
'Declaration
Public Property Errors As Exception
'Usage
Dim instance As FillErrorEventArgs
Dim value As Exception
value = instance.Errors
instance.Errors = value
public Exception Errors { get; set; }
public:
property Exception^ Errors {
Exception^ get ();
void set (Exception^ value);
}
/** @property */
public Exception get_Errors ()
/** @property */
public void set_Errors (Exception value)
public function get Errors () : Exception
public function set Errors (value : Exception)
Eigenschaftenwert
Die Fehler, die behandelt werden.
Plattformen
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile für Pocket PC, Windows Mobile für Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.
Versionsinformationen
.NET Framework
Unterstützt in: 2.0, 1.1, 1.0
.NET Compact Framework
Unterstützt in: 2.0, 1.0
Siehe auch
Referenz
FillErrorEventArgs-Klasse
FillErrorEventArgs-Member
System.Data-Namespace