ExceptionWhenGettingDefaultLogPath Property

Looks up a localized string similar to An exception was encountered while attempting to retrieve the default log path: '{0}'. As a result, absolute paths may appear in ADD LOG 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 ExceptionWhenGettingDefaultLogPath As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace