Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub New ( _
    uri As Uri, _
    innerException As Exception _
)
public CssProjectUriDoesNotExistException(
    Uri uri,
    Exception innerException
)
public:
CssProjectUriDoesNotExistException(
    Uri^ uri, 
    Exception^ innerException
)
new : 
        uri:Uri * 
        innerException:Exception -> CssProjectUriDoesNotExistException
public function CssProjectUriDoesNotExistException(
    uri : Uri, 
    innerException : Exception
)
Parameters
- uri
 Type: System.Uri
- innerException
 Type: System.Exception
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CssProjectUriDoesNotExistException Class