다음을 통해 공유


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

throw할 오류 값을 가져오는 데 사용할 메모리 속성 경로입니다.

callerPath
String

선택적 소스 파일 전체 경로입니다.

callerLine
Int32

원본 파일의 선택적 줄 번호입니다.

적용 대상