Class RiotResponseException
Inheritance
System.Object
System.Exception
RiotResponseException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Camille.RiotGames.Util
Assembly: Camille.RiotGames.dll
Syntax
public class RiotResponseException : Exception, ISerializable
Constructors
| Improve this Doc View SourceRiotResponseException(Exception, HttpResponseMessage)
Declaration
public RiotResponseException(Exception cause, HttpResponseMessage response)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | cause | |
System.Net.Http.HttpResponseMessage | response |
RiotResponseException(HttpResponseMessage)
Declaration
public RiotResponseException(HttpResponseMessage response)
Parameters
Type | Name | Description |
---|---|---|
System.Net.Http.HttpResponseMessage | response |
RiotResponseException(String, Exception, HttpResponseMessage)
Declaration
public RiotResponseException(string message, Exception cause, HttpResponseMessage response)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | cause | |
System.Net.Http.HttpResponseMessage | response |
RiotResponseException(String, HttpResponseMessage)
Declaration
public RiotResponseException(string message, HttpResponseMessage response)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Net.Http.HttpResponseMessage | response |
Methods
| Improve this Doc View SourceGetResponse()
Declaration
public HttpResponseMessage GetResponse()
Returns
Type | Description |
---|---|
System.Net.Http.HttpResponseMessage |
Implements
System.Runtime.Serialization.ISerializable