Share via


InconsistentNestedReferenceIdException Constructor (String, Exception)

Namespace:  Microsoft.VisualStudio.ExtensionManager
Assembly:  Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    inner As Exception _
)
public InconsistentNestedReferenceIdException(
    string message,
    Exception inner
)
public:
InconsistentNestedReferenceIdException(
    String^ message, 
    Exception^ inner
)
new : 
        message:string * 
        inner:Exception -> InconsistentNestedReferenceIdException
public function InconsistentNestedReferenceIdException(
    message : String, 
    inner : Exception
)

Parameters

  • message
    Type: String
  • inner
    Type: Exception

.NET Framework Security

See Also

Reference

InconsistentNestedReferenceIdException Class

InconsistentNestedReferenceIdException Overload

Microsoft.VisualStudio.ExtensionManager Namespace