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

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

Public Properties

Property Type Description
EloquaReponseObject dynamic
ErrorMessage string
ResponseContent string
StatusCode HttpStatusCode

Public Methods

Method Description
ValidationException ( IRestResponse response, dynamic eloquaReponseObject ) : System

Method Details

ValidationException() public method

public ValidationException ( IRestResponse response, dynamic eloquaReponseObject ) : System
response IRestResponse
eloquaReponseObject dynamic
return System

Property Details

EloquaReponseObject public property

public dynamic EloquaReponseObject
return dynamic

ErrorMessage public property

public string ErrorMessage
return string

ResponseContent public property

public string ResponseContent
return string

StatusCode public property

public HttpStatusCode StatusCode
return HttpStatusCode