Pomona.PomonaError.PomonaError C# (CSharp) Method

PomonaError() public method

public PomonaError ( HttpStatusCode statusCode ) : System.Collections.Generic
statusCode HttpStatusCode
return System.Collections.Generic
        public PomonaError(HttpStatusCode statusCode)
            : this(statusCode, null)
        {
        }

Same methods

PomonaError::PomonaError ( HttpStatusCode statusCode, object entity, string>.IEnumerable responseHeaders = null ) : System.Collections.Generic
PomonaError