Compartilhar via


CommandLineSyntaxException classe

Representa uma exceção acionada quando a sintaxe de linha de comando está incorreta.

Inheritance hierarchy

System.Object
  System.Exception
    Microsoft.SharePoint.Publishing.CommandLineSyntaxException

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (em Microsoft.SharePoint.Publishing.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class CommandLineSyntaxException _
    Inherits Exception
'Uso
Dim instance As CommandLineSyntaxException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class CommandLineSyntaxException : Exception

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

CommandLineSyntaxException membros

Microsoft.SharePoint.Publishing namespace

CommandLineSyntaxException

CommandLineSyntaxException

CommandLineSyntaxException