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