Share via


RefactoringError Class

Represents an error that occurred during a refactoring operation.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class RefactoringError _
    Inherits DataSchemaError
'Usage
Dim instance As RefactoringError
[SerializableAttribute]
public sealed class RefactoringError : DataSchemaError
[SerializableAttribute]
public ref class RefactoringError sealed : public DataSchemaError
public final class RefactoringError extends DataSchemaError
[<SealedAttribute>]
[<SerializableAttribute>]
type RefactoringError =  
    class
        inherit DataSchemaError
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Common.DataSchemaError
    Microsoft.VisualStudio.Data.Schema.Project.Refactoring.RefactoringError

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RefactoringError Members

Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace