DocumentResolutionError.GetCompleteMessage(WarningLevel) method [SDM]
| Platform SDK: System Definition Model Overview |
DocumentResolutionError.GetCompleteMessage(WarningLevel)
Note: This documentation is preliminary and is subject to change.
Gets the complete error information as a string in MSBuild format.
[C#] public override String GetCompleteMessage( WarningLevel warningLevelAsErrors );FakePre-157d65818bd34e05b550f432a9a46015-3e1873d4b65646c88c5fdf63906f31ea
Parameters
- warningLevelAsErrors
Lowest warning level that is to be treated as an error. All warnings at this or higher levels are treated as errors.
Return Values
Error in MSBuild format.
Requirements
| Namespace | Defined in Microsoft.SystemDefinitionModel.Tools. |
| Assembly | Requires SdmCompile (in SdmCompile.dll). |
| .NET Framework | Requires .NET Framework 2.0. |
See Also
Microsoft.SystemDefinitionModel.Tools, DocumentResolutionError
| Last updated: June 2005 | What did you think of this topic? | Order a Platform SDK CD |
| © Microsoft Corporation. All rights reserved. Terms of use. |