NodePathDoesNotExistException Constructor (String, Exception)
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
nodePath As String, _
innerException As Exception _
)
public NodePathDoesNotExistException(
string nodePath,
Exception innerException
)
public:
NodePathDoesNotExistException(
String^ nodePath,
Exception^ innerException
)
new :
nodePath:string *
innerException:Exception -> NodePathDoesNotExistException
public function NodePathDoesNotExistException(
nodePath : String,
innerException : Exception
)
Parameters
- nodePath
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
NodePathDoesNotExistException Class