DocumentResolutionError.GetCompleteMessage(WarningLevel) method [SDM] 

 
SDM Reference

DocumentResolutionError.GetCompleteMessage(WarningLevel)

Gets the complete error information as a string in MSBuild format.

public override String GetCompleteMessage(
  WarningLevel warningLevelAsErrors );
Overloads Override Public Function GetCompleteMessage( _
  ByVal warningLevelAsErrors As WarningLevel _
) As String

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: November 2005  |  What did you think of this topic?  |  Order a Platform SDK CD
  © Microsoft Corporation. All rights reserved. Terms of use.