Share via


CssProjectUriDoesNotExistException Constructor (String, Exception)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

CssProjectUriDoesNotExistException Class

CssProjectUriDoesNotExistException Overload

Microsoft.TeamFoundation.Server Namespace