Partager via


RefactoringError, constructeur (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, _
    category As RefactoringErrorCategory _
)
public RefactoringError(
    string message,
    RefactoringErrorCategory category
)
public:
RefactoringError(
    String^ message, 
    RefactoringErrorCategory category
)
new : 
        message:string * 
        category:RefactoringErrorCategory -> RefactoringError
public function RefactoringError(
    message : String, 
    category : RefactoringErrorCategory
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

RefactoringError Classe

RefactoringError, surcharge

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