Delen via


ThrowException(Object, String, Int32) Constructor

Definitie

Initialiseert een nieuw exemplaar van de ThrowException klasse.

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)

Parameters

errorValue
Object

Het pad van de eigenschap Geheugen dat moet worden gebruikt om de foutwaarde op te halen die moet worden gegenereerd.

callerPath
String

Optioneel, het volledige pad van het bronbestand.

callerLine
Int32

Optioneel, regelnummer in bronbestand.

Van toepassing op