PropertyCannotBeRetrievedException 构造函数 (String, Exception)
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 ( _
message As String, _
innerException As Exception _
)
用法
Dim message As String
Dim innerException As Exception
Dim instance As New PropertyCannotBeRetrievedException(message, _
innerException)
public PropertyCannotBeRetrievedException(
string message,
Exception innerException
)
public:
PropertyCannotBeRetrievedException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> PropertyCannotBeRetrievedException
public function PropertyCannotBeRetrievedException(
message : String,
innerException : Exception
)
参数
- message
类型:System.String
A String value that specifies the message string for the Property Cannot Be Retrieved exception.
- innerException
类型:System.Exception
An Exception object that specifies the inner exception for the Property Cannot Be Retrieved exception.
示例
请参阅
参考
PropertyCannotBeRetrievedException 类