MethodResolutionException(String, IBinding, IBinding) Constructor
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.
public MethodResolutionException (string message, Microsoft.Bot.Builder.Scorables.Internals.IBinding one, Microsoft.Bot.Builder.Scorables.Internals.IBinding two);
new Microsoft.Bot.Builder.Scorables.Internals.MethodResolutionException : string * Microsoft.Bot.Builder.Scorables.Internals.IBinding * Microsoft.Bot.Builder.Scorables.Internals.IBinding -> Microsoft.Bot.Builder.Scorables.Internals.MethodResolutionException
Public Sub New (message As String, one As IBinding, two As IBinding)
Parameters
- message
- String
- one
- IBinding
- two
- IBinding