Share via


ErrorManagerEventArgs.ErrorManager Property

Gets the error manager.

Namespace:  Microsoft.Data.Schema.Common
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property ErrorManager As ErrorManager
    Get
'Usage
Dim instance As ErrorManagerEventArgs
Dim value As ErrorManager

value = instance.ErrorManager
public ErrorManager ErrorManager { get; }
public:
property ErrorManager^ ErrorManager {
    ErrorManager^ get ();
}
function get ErrorManager () : ErrorManager
member ErrorManager : ErrorManager

Property Value

Type: Microsoft.Data.Schema.Common.ErrorManager
Returns a ErrorManager.

.NET Framework Security

See Also

Reference

ErrorManagerEventArgs Class

ErrorManagerEventArgs Members

Microsoft.Data.Schema.Common Namespace