ComponentOne Data Source for Entity Framework
C1.Data Namespace / ClientViewLoadedEventArgs Class / Error Property

In This Topic
    Error Property (ClientViewLoadedEventArgs)
    In This Topic
    Gets the loading error if the loading failed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Error As System.Exception
    public System.Exception Error {get;}
    See Also