Ext.Net.StoreNotFoundException.StoreNotFoundException C# (CSharp) Method

StoreNotFoundException() public method

public StoreNotFoundException ( ) : System
return System
        public StoreNotFoundException() : base("A store is required. Please define a store for this control") { }

Same methods

StoreNotFoundException::StoreNotFoundException ( string message ) : System
StoreNotFoundException::StoreNotFoundException ( string message, Exception innerException ) : System
StoreNotFoundException