Partager via


RefactoringError, constructeur (String, String, RefactoringErrorCategory)

Initialise une nouvelle instance de la classe RefactoringError.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String, _
    document As String, _
    category As RefactoringErrorCategory _
)
public RefactoringError(
    string message,
    string document,
    RefactoringErrorCategory category
)
public:
RefactoringError(
    String^ message, 
    String^ document, 
    RefactoringErrorCategory category
)
new : 
        message:string * 
        document:string * 
        category:RefactoringErrorCategory -> RefactoringError
public function RefactoringError(
    message : String, 
    document : String, 
    category : RefactoringErrorCategory
)

Paramètres

  • document
    Type : System.String
    Chemin d'accès au fichier associé.

Sécurité .NET Framework

Voir aussi

Référence

RefactoringError Classe

RefactoringError, surcharge

Microsoft.VisualStudio.Data.Schema.Package.Refactoring, espace de noms