DocumentResolutionError

DocumentResolutionError

Represents an error in SDM document resolution.

The DocumentResolutionError class is derived from the Microsoft.SystemDefinitionModel.Tools.DocumentError class.

Public Methods

The DocumentResolutionError class has the following public methods.

Method Description
Equals(Object)

Determines whether the specified Object is equal to the current Object.

Equals(Object, Object)

Static (Shared).

Determines whether the specified Object instances are equal.

GetCompleteMessage(WarningLevel)

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

GetHashCode()

Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures such as a hash table.

GetType()

Gets the Type of the current instance.

ReferenceEquals(Object, Object)

Static (Shared).

Determines whether the specified Object instances are the same instance.

ToString()

Gets the complete error string.

Public Properties

The DocumentResolutionError class has the following public properties.

Property Description
Code Data type: Int32
Access type: Read-only

Gets the error code.

Description Data type: String
Access type: Read-only

Gets the description of the error.

Filename Data type: String
Access type: Read-only

Gets the name of the SDM file that caused the error.

Level Data type: WarningLevel
Access type: Read-only

Gets the error level.

Statement Data type: String
Access type: Read-only

Gets the absolute or relative path to the item that caused the load error.

Protected Methods

The DocumentResolutionError class has the following protected methods.

Method Description
Finalize()

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

MemberwiseClone()

Creates a shallow copy of the current Object.

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

Send comments about this topic to Microsoft

Build date: 10/2/2007