CommandLineSyntaxException - Constructeur (String, Exception)
Initialise une nouvelle instance d'un objet CommandLineSyntaxException .
Espace de noms : Microsoft.SharePoint.Publishing
Assembly : Microsoft.SharePoint.Publishing (dans Microsoft.SharePoint.Publishing.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Utilisation
Dim message As String
Dim innerException As Exception
Dim instance As New CommandLineSyntaxException(message, _
innerException)
public CommandLineSyntaxException(
string message,
Exception innerException
)
Paramètres
message
Type : System.StringLe message d'erreur associé à l'exception.
innerException
Type : System.ExceptionUne exception qui se connecte à l'exception en cours.
Voir aussi
Référence
CommandLineSyntaxException classe
CommandLineSyntaxException - Membres
CommandLineSyntaxException - Surcharge