CCProjNotFoundException Constructor (Exception)
Namespace: Microsoft.TeamFoundation.Deployment.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)
Syntax
'Declaration
Public Sub New ( _
inner As Exception _
)
public CCProjNotFoundException(
Exception inner
)
public:
CCProjNotFoundException(
Exception^ inner
)
new :
inner:Exception -> CCProjNotFoundException
public function CCProjNotFoundException(
inner : Exception
)
Parameters
- inner
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
CCProjNotFoundException Overload
Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace