ThrowException(Object, String, Int32) 建構函式

定義

初始化 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)

參數

errorValue
Object

用來取得要擲回之錯誤值的記憶體屬性路徑。

callerPath
String

選擇性的原始程式檔完整路徑。

callerLine
Int32

來源檔案中的選擇性行號。

適用於