Share via


Resources.RuntimeValidationException_FailureToLoadStoreItemCollection Property

 

Looks up a localized string similar to The following exception occurred while trying to create the StoreItemCollection: '{0}'.

Namespace:   Microsoft.Data.Entity.Design
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

Syntax

public static string RuntimeValidationException_FailureToLoadStoreItemCollection { get; }
public:
property String^ RuntimeValidationException_FailureToLoadStoreItemCollection {
    static String^ get();
}
static member RuntimeValidationException_FailureToLoadStoreItemCollection : string with get
Public Shared ReadOnly Property RuntimeValidationException_FailureToLoadStoreItemCollection As String

Property Value

Type: System.String

See Also

Resources Class
Microsoft.Data.Entity.Design Namespace

Return to top