DuplicateIdException Constructor (String, Exception)

Initializes a new instance of the DuplicateIdException class by using the provided message and inner exception.

Namespace:  Microsoft.VisualStudio.TestTools.Exceptions
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

DuplicateIdException Class

DuplicateIdException Overload

Microsoft.VisualStudio.TestTools.Exceptions Namespace