BotCallingServiceException Constructors

Definition

Overloads

BotCallingServiceException(String)
BotCallingServiceException(String, Exception, Boolean)

BotCallingServiceException(String)

public BotCallingServiceException (string message);
new Microsoft.Bot.Builder.Calling.Exceptions.BotCallingServiceException : string -> Microsoft.Bot.Builder.Calling.Exceptions.BotCallingServiceException
Public Sub New (message As String)

Parameters

message
String

Applies to

BotCallingServiceException(String, Exception, Boolean)

public BotCallingServiceException (string message, Exception innerException, bool extendForInternalExceptionRemark = true);
new Microsoft.Bot.Builder.Calling.Exceptions.BotCallingServiceException : string * Exception * bool -> Microsoft.Bot.Builder.Calling.Exceptions.BotCallingServiceException
Public Sub New (message As String, innerException As Exception, Optional extendForInternalExceptionRemark As Boolean = true)

Parameters

message
String
innerException
Exception
extendForInternalExceptionRemark
Boolean

Applies to