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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.