C# 클래스 Neo4jClient.Execution.ResponseFailBuilder

상속: IResponseFailBuilder
파일 보기 프로젝트 열기: albumprinter/Neo4jClient

공개 메소드들

메소드 설명
ResponseFailBuilder ( HttpRequestMessage request, ISet expectedStatusCodes, ExecutionConfiguration executionConfiguration, IList errorGenerators, bool>.Func errorCondition, NameValueCollection customHeaders ) : System
WithError ( Exception>.Func errorBuilder ) : IResponseBuilder
WithNull ( ) : IResponseBuilder

메소드 상세

ResponseFailBuilder() 공개 메소드

public ResponseFailBuilder ( HttpRequestMessage request, ISet expectedStatusCodes, ExecutionConfiguration executionConfiguration, IList errorGenerators, bool>.Func errorCondition, NameValueCollection customHeaders ) : System
request System.Net.Http.HttpRequestMessage
expectedStatusCodes ISet
executionConfiguration ExecutionConfiguration
errorGenerators IList
errorCondition bool>.Func
customHeaders NameValueCollection
리턴 System

WithError() 공개 메소드

public WithError ( Exception>.Func errorBuilder ) : IResponseBuilder
errorBuilder Exception>.Func
리턴 IResponseBuilder

WithNull() 공개 메소드

public WithNull ( ) : IResponseBuilder
리턴 IResponseBuilder