NonRetrievablePropertyException-Konstruktor (String)
Initializes a new instance of the NonRetrievablePropertyException class that has the specified message text.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Sub New ( _
propertyName As String _
)
'Usage
Dim propertyName As String
Dim instance As New NonRetrievablePropertyException(propertyName)
public NonRetrievablePropertyException(
string propertyName
)
public:
NonRetrievablePropertyException(
String^ propertyName
)
new :
propertyName:string -> NonRetrievablePropertyException
public function NonRetrievablePropertyException(
propertyName : String
)
Parameter
- propertyName
Typ: System.String
A String value that specifies the property that cannot be retrieved.
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.
Beispiele
Siehe auch
Verweis
NonRetrievablePropertyException Klasse