Import_CaughtUnexpectedException Property

Looks up a localized string similar to An unexpected exception was caught during import: {0}.

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 Import_CaughtUnexpectedException As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace