Share via


RegisterObjectBadParentException Constructor (String, Exception)

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Sub New ( _
    objectId As String, _
    innerException As Exception _
)
public RegisterObjectBadParentException(
    string objectId,
    Exception innerException
)
public:
RegisterObjectBadParentException(
    String^ objectId, 
    Exception^ innerException
)
new : 
        objectId:string * 
        innerException:Exception -> RegisterObjectBadParentException
public function RegisterObjectBadParentException(
    objectId : String, 
    innerException : Exception
)

Parameters

.NET Framework Security

See Also

Reference

RegisterObjectBadParentException Class

RegisterObjectBadParentException Overload

Microsoft.TeamFoundation.Server Namespace