3 instantiations of ErrorHandler
System.Data.Services (3)
System\Data\Services\ErrorHandler.cs (3)
200ErrorHandler serializer = new ErrorHandler(args, null); 211ErrorHandler serializer = new ErrorHandler(args, null); 253ErrorHandler handler = new ErrorHandler(args, encoding);
29 references to ErrorHandler
System.Data.Services (29)
System\Data\Services\DataService.cs (5)
1758writer = ErrorHandler.HandleBeforeWritingException(exception, this, accept, acceptCharset); 2381ErrorHandler.HandleBatchRequestException(this, exception, writer); 2567ErrorHandler.HandleBatchProcessException(this, currentHost, exception, writer); 2589ErrorHandler.HandleBatchRequestException(this, ex, writer); 2678ErrorHandler.HandleBatchProcessException(this, currentHost, exception, writer);
System\Data\Services\DataServiceConfiguration.cs (3)
493ErrorHandler.HandleTargetInvocationException(tie); 548ErrorHandler.HandleTargetInvocationException(tie); 972ErrorHandler.HandleTargetInvocationException(exception);
System\Data\Services\Epm\EpmCustomContentWriterNodeData.cs (1)
207ErrorHandler.HandleTargetInvocationException(e);
System\Data\Services\Epm\EpmSyndicationContentSerializer.cs (1)
96ErrorHandler.HandleTargetInvocationException(e);
System\Data\Services\ErrorHandler.cs (4)
45/// <summary>Initializes a new <see cref="ErrorHandler"/> instance.</summary> 200ErrorHandler serializer = new ErrorHandler(args, null); 211ErrorHandler serializer = new ErrorHandler(args, null); 253ErrorHandler handler = new ErrorHandler(args, encoding);
System\Data\Services\Providers\BaseServiceProvider.cs (1)
324ErrorHandler.HandleTargetInvocationException(exception);
System\Data\Services\Providers\DataServiceProviderWrapper.cs (1)
454ErrorHandler.HandleTargetInvocationException(exception);
System\Data\Services\Providers\ResourceType.cs (1)
960ErrorHandler.HandleTargetInvocationException(exception);
System\Data\Services\RequestUriProcessor.cs (2)
526ErrorHandler.HandleTargetInvocationException(exception); 543ErrorHandler.HandleTargetInvocationException(exception);
System\Data\Services\ResponseBodyWriter.cs (1)
218ErrorHandler.HandleDuringWritingException(exception, this.service, contentType, exceptionWriter);
System\Data\Services\Serializers\BinarySerializer.cs (1)
41ErrorHandler.SerializeXmlError(args, xmlWriter);
System\Data\Services\Serializers\JsonSerializer.cs (1)
77ErrorHandler.SerializeJsonError(args, this.writer);
System\Data\Services\Serializers\JsonServiceDocumentSerializer.cs (1)
58ErrorHandler.SerializeJsonError(args, this.writer);
System\Data\Services\Serializers\PlainXmlSerializer.cs (1)
57ErrorHandler.SerializeXmlError(args, this.writer);
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
105ErrorHandler.SerializeXmlError(args, this.writer);
System\Data\Services\Serializers\TextSerializer.cs (1)
47ErrorHandler.SerializeXmlError(args, xmlWriter);
System\Data\Services\Serializers\XmlDocumentSerializer.cs (1)
83ErrorHandler.SerializeXmlError(args, this.writer);
System\Data\Services\UpdateTracker.cs (2)
68ErrorHandler.HandleTargetInvocationException(exception); 107ErrorHandler.HandleTargetInvocationException(exception);