QueryResult_ExceptionWithEmptyMessage Property

Looks up a localized string similar to The provider has thrown a exception with no information.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.QueryResults
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Shared ReadOnly Property QueryResult_ExceptionWithEmptyMessage As String
    Get
'Usage
Dim value As String

value = Resources.QueryResult_ExceptionWithEmptyMessage
public static string QueryResult_ExceptionWithEmptyMessage { get; }
public:
static property String^ QueryResult_ExceptionWithEmptyMessage {
    String^ get ();
}
static member QueryResult_ExceptionWithEmptyMessage : string
static function get QueryResult_ExceptionWithEmptyMessage () : String

Property Value

Type: System..::..String

See Also

Reference

Resources Class

Microsoft.VisualStudio.Data.Tools.Package.QueryResults Namespace