1 write to exceptionArgs
System.Data.Services (1)
System\Data\Services\ErrorHandler.cs (1)
51this.exceptionArgs = args;
6 references to exceptionArgs
System.Data.Services (6)
System\Data\Services\ErrorHandler.cs (6)
429DataServiceException dataException = ExtractErrorValues(this.exceptionArgs.Exception, out errorCode, out message, out messageLang); 443if (this.exceptionArgs.UseVerboseErrors) 445Exception exception = (dataException == null) ? this.exceptionArgs.Exception : dataException.InnerException; 461DataServiceException dataException = ExtractErrorValues(this.exceptionArgs.Exception, out errorCode, out message, out messageLang); 476if (this.exceptionArgs.UseVerboseErrors) 478Exception exception = (dataException == null) ? this.exceptionArgs.Exception : dataException.InnerException;