2 references to ExceptionMessage
System (2)
net\System\Net\Internal.cs (2)
871
return exception.Message + " (" +
ExceptionMessage
(exception.InnerException) + ")";
880
return
ExceptionMessage
(objectValue as Exception);