Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
propertyName As String, _
innerException As Exception _
)
'Usage
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
)
Parameters
- propertyName
Type: System.String
A string value for the property name.
- innerException
Type: System.Exception
The current exception.
See Also
Reference
UnknownPropertyEnumeratorException Class