NonRetrievablePropertyException Constructor (String)
Initializes a new instance of the NonRetrievablePropertyException class that has the specified message text.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public Sub New ( _
propertyName As String _
)
'Uso
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
)
Parámetros
- propertyName
Tipo: System. . :: . .String
A String value that specifies the property that cannot be retrieved.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.