Share via


RefactoringError Constructor (String, String, RefactoringErrorCategory)

Initializes a new instance of the RefactoringError class.

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    document As String, _
    category As RefactoringErrorCategory _
)
'Usage
Dim message As String
Dim document As String
Dim category As RefactoringErrorCategory

Dim instance As New RefactoringError(message, _
    document, category)
public RefactoringError(
    string message,
    string document,
    RefactoringErrorCategory category
)
public:
RefactoringError(
    String^ message, 
    String^ document, 
    RefactoringErrorCategory category
)
public function RefactoringError(
    message : String, 
    document : String, 
    category : RefactoringErrorCategory
)
new : 
        message:string * 
        document:string * 
        category:RefactoringErrorCategory -> RefactoringError

Parameters

  • document
    Type: System.String
    The document to which the error applies

.NET Framework Security

See Also

Reference

RefactoringError Class

RefactoringError Members

RefactoringError Overload

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