CaughtUnexpectedExceptionWhileModifyingServerExplorer Property

Looks up a localized string similar to An unexpected exception was encountered while modifying the Server Explorer: {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 CaughtUnexpectedExceptionWhileModifyingServerExplorer As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace