C# Class Eloqua.Api.Rest.ClientLibrary.Exceptions.ValidationException

Inheritance: System.Exception
Show file Open project: fredsakr/eloqua-csharp-rest-client

Public Properties

Property Type Description
ErrorMessage string
ResponseContent string
StatusCode HttpStatusCode
ValidationError List

Public Methods

Method Description
ValidationException ( IRestResponse response ) : System
ValidationException ( IRestResponse response, List validationError ) : System

Method Details

ValidationException() public method

public ValidationException ( IRestResponse response ) : System
response IRestResponse
return System

ValidationException() public method

public ValidationException ( IRestResponse response, List validationError ) : System
response IRestResponse
validationError List
return System

Property Details

ErrorMessage public property

public string ErrorMessage
return string

ResponseContent public property

public string ResponseContent
return string

StatusCode public property

public HttpStatusCode StatusCode
return HttpStatusCode

ValidationError public property

public List ValidationError
return List