Construtor NonRetrievablePropertyException (String)
Initializes a new instance of the NonRetrievablePropertyException class that has the specified message text.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
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.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.