ThrowException(Object, String, Int32) Constructor

Definition

Initializes a new instance of the ThrowException class.

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

Memory property path to use to get the error value to throw.

callerPath
String

Optional, source file full path.

callerLine
Int32

Optional, line number in source file.

Applies to