UnknownPropertyEnumeratorException コンストラクター (String, Exception)
このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Public Sub New ( _
propertyName As String, _
innerException As Exception _
)
'使用
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
)
パラメーター
- propertyName
型: System.String
プロパティの名前の文字列値です。
- innerException
型: System.Exception
現在の例外です。
関連項目
参照
UnknownPropertyEnumeratorException クラス