2 instantiations of PolyglotCapabilityInvocationException
Aspire.Hosting.RemoteHost (2)
Ats\PolyglotCapabilityInvocationException.cs (2)
69
return new
PolyglotCapabilityInvocationException
(
88
return new
PolyglotCapabilityInvocationException
(
13 references to PolyglotCapabilityInvocationException
Aspire.Hosting.RemoteHost (8)
Ats\CapabilityDispatcher.cs (2)
553
catch (
PolyglotCapabilityInvocationException
ex)
824
catch (
PolyglotCapabilityInvocationException
ex) when (ex.ErrorCode == AtsErrorCodes.TypeMismatch)
Ats\PolyglotCapabilityInvocationException.cs (6)
61
public static
PolyglotCapabilityInvocationException
TypeMismatch(
82
public static
PolyglotCapabilityInvocationException
InternalError(
126
public static
PolyglotCapabilityInvocationException
CreateInternalError(
144
return
PolyglotCapabilityInvocationException
.InternalError(
151
public static
PolyglotCapabilityInvocationException
CreateTypeMismatch(
168
return
PolyglotCapabilityInvocationException
.TypeMismatch(
Aspire.Hosting.RemoteHost.Tests (5)
CapabilityDispatcherTests.cs (5)
1937
var
ex = PolyglotCapabilityErrorFormatter.CreateInternalError(
1964
var
ex = PolyglotCapabilityErrorFormatter.CreateInternalError(
1992
var
ex = PolyglotCapabilityErrorFormatter.CreateTypeMismatch(
2016
var
ex = PolyglotCapabilityErrorFormatter.CreateInternalError(
2047
var
ex = PolyglotCapabilityErrorFormatter.CreateInternalError(