SPCmdlet.ThrowTerminatingError - Méthode (Exception, , Object)
Écrit les détails d'une erreur d'arrêt à l'écran sous la forme d'un message d'erreur et enregistre les informations dans un fichier journal.
Espace de noms : Microsoft.SharePoint.PowerShell
Assembly : Microsoft.SharePoint.PowerShell (dans Microsoft.SharePoint.PowerShell.dll)
Syntaxe
'Déclaration
Protected Sub ThrowTerminatingError ( _
exception As Exception, _
category As ErrorCategory, _
target As Object _
)
'Utilisation
Dim exception As Exception
Dim category As ErrorCategory
Dim target As Object
Me.ThrowTerminatingError(exception, _
category, target)
protected void ThrowTerminatingError(
Exception exception,
ErrorCategory category,
Object target
)
Paramètres
exception
Type : System.ExceptionL'exception a été levée qui indique l'erreur d'arrêt.
category
Type : ErrorCategoryDescription littérale de l'erreur.
target
Type : System.ObjectL'instance ou son identité qui est la source de l'erreur.
Remarques
Lorsque cette méthode est appelée, un enregistrement d'erreur est envoyé au pipeline d'erreur et l'applet de commande arrête l'exécution.
Voir aussi
Référence
ThrowTerminatingError - Surcharge
Microsoft.SharePoint.PowerShell - Espace de noms
ThrowTerminatingError(Exception, ErrorCategory, Object, String)