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
- message
Type : System.String
Message d'erreur.
- category
Type : Microsoft.VisualStudio.Data.Schema.Package.Refactoring.RefactoringErrorCategory
Catégorie d'erreur.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Data.Schema.Package.Refactoring, espace de noms