NullFacetException Constructor (String)
Initializes a new instance of the NullFacetException 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 ( _
facet As String _
)
'Uso
Dim facet As String
Dim instance As New NullFacetException(facet)
public NullFacetException(
string facet
)
public:
NullFacetException(
String^ facet
)
new :
facet:string -> NullFacetException
public function NullFacetException(
facet : String
)
Parámetros
- facet
Tipo: System. . :: . .String
A String value that specifies the facet that is not set.
Notas
Este espacio de nombres, clase o miembro solo se admite en la versión 2.0 de Microsoft .NET Framework.