Aydsko iRacing Data API
Show / Hide Table of Contents

Class iRacingRateLimitExceededException

Inheritance
object
Exception
iRacingDataClientException
iRacingRateLimitExceededException
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 iRacingRateLimitExceededException : iRacingDataClientException, ISerializable

Constructors

iRacingRateLimitExceededException()

Declaration
public iRacingRateLimitExceededException()

iRacingRateLimitExceededException(SerializationInfo, StreamingContext)

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

iRacingRateLimitExceededException(string)

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

iRacingRateLimitExceededException(string, Exception)

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

Methods

Create()

Declaration
public static iRacingRateLimitExceededException Create()
Returns
Type Description
iRacingRateLimitExceededException

Implements

ISerializable
In this article
Back to top Generated by DocFX