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