Aydsko iRacing Data API
Show / Hide Table of Contents

Class iRacingForbiddenResponseException

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

Constructors

iRacingForbiddenResponseException()

Declaration
public iRacingForbiddenResponseException()

iRacingForbiddenResponseException(SerializationInfo, StreamingContext)

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

iRacingForbiddenResponseException(string)

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

iRacingForbiddenResponseException(string, Exception)

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

Methods

Create()

Declaration
public static iRacingForbiddenResponseException Create()
Returns
Type Description
iRacingForbiddenResponseException

Implements

ISerializable
In this article
Back to top Generated by DocFX