PropertyCannotBeRetrievedException 생성자 (String, Object)
Initializes a new instance of the PropertyCannotBeRetrievedException class with the specified message and specified inner exception.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub New ( _
propertyName As String, _
failedObject As Object _
)
‘사용 방법
Dim propertyName As String
Dim failedObject As Object
Dim instance As New PropertyCannotBeRetrievedException(propertyName, _
failedObject)
public PropertyCannotBeRetrievedException(
string propertyName,
Object failedObject
)
public:
PropertyCannotBeRetrievedException(
String^ propertyName,
Object^ failedObject
)
new :
propertyName:string *
failedObject:Object -> PropertyCannotBeRetrievedException
public function PropertyCannotBeRetrievedException(
propertyName : String,
failedObject : Object
)
매개 변수
- propertyName
유형: System. . :: . .String
A String value that specifies the name of the Property Cannot Be Retrieved exception.
- failedObject
유형: System. . :: . .Object
An Object system object value that specifies the object that owns the Property Cannot Be Retrieved exception.