C# Class Vtex.Gallery.Core.Exceptions.UnexpectedResponseException

Inheritance: GalleryException
Datei anzeigen Open project: vtex/gallery-core-net

Private Properties

Property Type Description
GetMessageBasedOn string

Public Methods

Method Description
UnexpectedResponseException ( HttpResponseMessage response ) : System.Net

Private Methods

Method Description
GetMessageBasedOn ( HttpResponseMessage response ) : string

Method Details

UnexpectedResponseException() public method

public UnexpectedResponseException ( HttpResponseMessage response ) : System.Net
response System.Net.Http.HttpResponseMessage
return System.Net