Aydsko iRacing Data API
Show / Hide Table of Contents

Class iRacingUnauthorizedResponseException

Inheritance
object
Exception
iRacingDataClientException
iRacingUnauthorizedResponseException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Aydsko.iRacingData.Exceptions
Assembly: Aydsko.iRacingData.dll
Syntax
[Serializable]
public class iRacingUnauthorizedResponseException : iRacingDataClientException, ISerializable

Constructors

iRacingUnauthorizedResponseException()

Declaration
public iRacingUnauthorizedResponseException()

iRacingUnauthorizedResponseException(SerializationInfo, StreamingContext)

Declaration
protected iRacingUnauthorizedResponseException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
Type Name Description
SerializationInfo serializationInfo
StreamingContext streamingContext

iRacingUnauthorizedResponseException(string)

Declaration
public iRacingUnauthorizedResponseException(string message)
Parameters
Type Name Description
string message

iRacingUnauthorizedResponseException(string, Exception)

Declaration
public iRacingUnauthorizedResponseException(string message, Exception innerException)
Parameters
Type Name Description
string message
Exception innerException

Methods

Create(string?)

Declaration
public static iRacingUnauthorizedResponseException Create(string? message)
Parameters
Type Name Description
string message
Returns
Type Description
iRacingUnauthorizedResponseException

Implements

ISerializable
In this article
Back to top Generated by DocFX