Costruttore UnknownPropertyEnumeratorException (String, Exception)
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
propertyName As String, _
innerException As Exception _
)
'Utilizzo
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
)
Parametri
- propertyName
Tipo: System. . :: . .String
A string value for the property name.
- innerException
Tipo: System. . :: . .Exception
The current exception.