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