命名空间: Microsoft.VisualStudio.ExtensionManager
程序集: Microsoft.VisualStudio.ExtensionManager(在 Microsoft.VisualStudio.ExtensionManager.dll 中)
语法
声明
Public Sub New ( _
message As String, _
inner As Exception _
)
public UnsupportedProductException(
string message,
Exception inner
)
public:
UnsupportedProductException(
String^ message,
Exception^ inner
)
new :
message:string *
inner:Exception -> UnsupportedProductException
public function UnsupportedProductException(
message : String,
inner : Exception
)
参数
- message
类型:String
- inner
类型:Exception
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。