MicrosoftAppCredentials.OAuthException(String, Exception) 构造函数

定义

public OAuthException (string body, Exception inner);
new Microsoft.Bot.Connector.MicrosoftAppCredentials.OAuthException : string * Exception -> Microsoft.Bot.Connector.MicrosoftAppCredentials.OAuthException
Public Sub New (body As String, inner As Exception)

参数

body
String
inner
Exception

适用于