CoreStrings.ConvertersCannotBeComposed(Object, Object, Object, Object) Método

Definição

Não é possível compor conversor de '{typeOneIn}' para '{typeOneOut}' com conversor de '{typeTwoIn}' para '{typeTwoOut}' porque o tipo de saída do primeiro conversor não corresponde ao tipo de entrada do segundo conversor.

public static string ConvertersCannotBeComposed (object typeOneIn, object typeOneOut, object typeTwoIn, object typeTwoOut);
public static string ConvertersCannotBeComposed (object? typeOneIn, object? typeOneOut, object? typeTwoIn, object? typeTwoOut);
static member ConvertersCannotBeComposed : obj * obj * obj * obj -> string
Public Shared Function ConvertersCannotBeComposed (typeOneIn As Object, typeOneOut As Object, typeTwoIn As Object, typeTwoOut As Object) As String

Parâmetros

typeOneIn
Object
typeOneOut
Object
typeTwoIn
Object
typeTwoOut
Object

Retornos

Aplica-se a