Table of Contents

Class PhotonRemoteException

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Abstractions.dll
[Serializable]
public class PhotonRemoteException : PhotonException, ISerializable, IPhotonException
Inheritance
object
PhotonRemoteException
Implements
Derived
Inherited Members
Extension Methods

Constructors

PhotonRemoteException(string, string, HttpStatusCode, string, PhotonException)

public PhotonRemoteException(string EntityId, string EntityType, HttpStatusCode statusCode, string Message, PhotonException InnerException)

Parameters

EntityId string
EntityType string
statusCode HttpStatusCode
Message string
InnerException PhotonException

PhotonRemoteException(string, string, string, PhotonException)

public PhotonRemoteException(string EntityId, string EntityType, string Message, PhotonException InnerException)

Parameters

EntityId string
EntityType string
Message string
InnerException PhotonException

Properties

EntityId

public string EntityId { get; }

Property Value

string

EntityType

public string EntityType { get; }

Property Value

string

InnerException

public PhotonException? InnerException { get; }

Property Value

PhotonException