Freigeben über


RefactoringError-Konstruktor (String, RefactoringErrorCategory)

Initialisiert eine neue Instanz der RefactoringError-Klasse.

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

Syntax

'Declaration
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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

RefactoringError Klasse

RefactoringError-Überladung

Microsoft.VisualStudio.Data.Schema.Package.Refactoring-Namespace