Base:
property
Message
System.Exception.Message
4 references to Message
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (1)
HubConnectionTests.cs (1)
1897
Assert.Contains("Negotiate Authentication doesn't work with HTTP/2 or higher.", ex.
Message
);
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HttpConnectionTests.ConnectionLifecycle.cs (1)
160
ex.
Message
);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\AggregateException.cs (2)
281
throw new AggregateException(
Message
, unhandledExceptions.ToArray(), cloneExceptions: false);
335
return new AggregateException(GetType() == typeof(AggregateException) ? base.Message :
Message
, flattenedExceptions.ToArray(), cloneExceptions: false);