Share via


RegisterProjectException Constructor (String, Exception)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

RegisterProjectException Class

RegisterProjectException Overload

Microsoft.TeamFoundation.Server Namespace