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

Inheritance: System.Exception
Mostra 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_oe property

public string ErrorMessage
return string

ResponseContent public_oe property

public string ResponseContent
return string

StatusCode public_oe property

public HttpStatusCode StatusCode
return HttpStatusCode

ValidationError public_oe property

public List ValidationError
return List