我有一个 web 服务,由一些 asp.net 应用程序使用。当 web 服务中发生异常时,我想通过执行 someLabel.text = ex.Message 来显示异常消息。出于某种原因,当我这样做时,我得到的整个描述如下,而不仅仅是消息。任何人都知道如何做到这一点而不必在应用程序中拆分它?
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: This username is already taken. at WSRegistration.Service1.RegisterUser(String username, String psswd) in C:\Users\Korax\documents\visual studio 2010\Projects\Excercise2\WSRegistration\UserRegistration.asmx.cs:line 41 --- End of inner exception stack trace ---