ExceptionWhenGettingDefaultPath Property

Looks up a localized string similar to An exception was encountered while attempting to retrieve the default data path: '{0}'. As a result, absolute paths may appear in ADD FILE statements..

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

Syntax

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace