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