InvalidNeedException(IWait, Need) 构造函数

定义

public InvalidNeedException (Microsoft.Bot.Builder.Internals.Fibers.IWait wait, Microsoft.Bot.Builder.Internals.Fibers.Need need);
new Microsoft.Bot.Builder.Internals.Fibers.InvalidNeedException : Microsoft.Bot.Builder.Internals.Fibers.IWait * Microsoft.Bot.Builder.Internals.Fibers.Need -> Microsoft.Bot.Builder.Internals.Fibers.InvalidNeedException
Public Sub New (wait As IWait, need As Need)

参数

wait
IWait
need
Need

适用于