ThrowException(Object, String, Int32) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe ThrowException.
public ThrowException (object errorValue = default, string callerPath = "", int callerLine = 0);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.ThrowException : obj * string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.ThrowException
Public Sub New (Optional errorValue As Object = Nothing, Optional callerPath As String = "", Optional callerLine As Integer = 0)
Paramètres
- errorValue
- Object
Chemin d’accès de la propriété mémoire à utiliser pour obtenir la valeur d’erreur à lever.
- callerPath
- String
Facultatif, chemin d’accès complet au fichier source.
- callerLine
- Int32
Facultatif, numéro de ligne dans le fichier source.