Construtor UnknownPropertyEnumeratorException (String, Exception)
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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.
Consulte também
Referência
UnknownPropertyEnumeratorException Classe