CommandLineSyntaxException construtor (String, Exception)
Inicializa uma nova instância de um objeto CommandLineSyntaxException .
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (em Microsoft.SharePoint.Publishing.dll)
Sintaxe
'Declaração
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Uso
Dim message As String
Dim innerException As Exception
Dim instance As New CommandLineSyntaxException(message, _
innerException)
public CommandLineSyntaxException(
string message,
Exception innerException
)
Parâmetros
message
Tipo: System.StringA mensagem de erro associada a exceção.
innerException
Tipo: System.ExceptionUma exceção que se conecta a exceção atual.
Ver também
Referência
CommandLineSyntaxException classe
CommandLineSyntaxException membros
CommandLineSyntaxException em sobrecarga