Share via


RegisterObjectNoProjectException Constructor (String, Exception)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

RegisterObjectNoProjectException Class

RegisterObjectNoProjectException Overload

Microsoft.TeamFoundation.Server Namespace