ProjectDoesNotExistException Constructor (String, Exception)
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
‘선언
Public Sub New ( _
projectId As String, _
innerException As Exception _
)
public ProjectDoesNotExistException(
string projectId,
Exception innerException
)
public:
ProjectDoesNotExistException(
String^ projectId,
Exception^ innerException
)
new :
projectId:string *
innerException:Exception -> ProjectDoesNotExistException
public function ProjectDoesNotExistException(
projectId : String,
innerException : Exception
)
Parameters
- projectId
Type: System.String
- 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
ProjectDoesNotExistException Class