BotCallingServiceException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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