UnknownPropertyEnumeratorException Constructor (String, Exception)
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Sub New ( _
propertyName As String, _
innerException As Exception _
)
'Uso
Dim propertyName As String
Dim innerException As Exception
Dim instance As New UnknownPropertyEnumeratorException(propertyName, _
innerException)
public UnknownPropertyEnumeratorException(
string propertyName,
Exception innerException
)
public:
UnknownPropertyEnumeratorException(
String^ propertyName,
Exception^ innerException
)
new :
propertyName:string *
innerException:Exception -> UnknownPropertyEnumeratorException
public function UnknownPropertyEnumeratorException(
propertyName : String,
innerException : Exception
)
Parámetros
- propertyName
Tipo: System.String
A string value for the property name.
- innerException
Tipo: System.Exception
The current exception.
Vea también
Referencia
UnknownPropertyEnumeratorException Clase