ReferenceConstraintException 构造函数 (String, Exception)

命名空间:  Microsoft.VisualStudio.ExtensionManager
程序集:  Microsoft.VisualStudio.ExtensionManager(在 Microsoft.VisualStudio.ExtensionManager.dll 中)

语法

声明
Public Sub New ( _
    message As String, _
    inner As Exception _
)
public ReferenceConstraintException(
    string message,
    Exception inner
)
public:
ReferenceConstraintException(
    String^ message, 
    Exception^ inner
)
new : 
        message:string * 
        inner:Exception -> ReferenceConstraintException
public function ReferenceConstraintException(
    message : String, 
    inner : Exception
)

参数

  • message
    类型:String
  • inner
    类型:Exception

.NET Framework 安全性

请参阅

参考

ReferenceConstraintException 类

ReferenceConstraintException 重载

Microsoft.VisualStudio.ExtensionManager 命名空间