Summary
Returns the error code for the given ID.
- Namespace
- NBuildKit
.MsBuild .Tasks .Core - Containing Type
- BaseTask
Syntax
protected string ErrorCodeById(string errorId)
Parameters
Name | Type | Description |
---|---|---|
errorId | string | The error ID. |
Return Value
Type | Description |
---|---|
string | The error code that matches the given ID. |