Table of Contents

Class PhotonRemoteOperationCancelledException

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

Constructors

PhotonRemoteOperationCancelledException(string, string, HttpStatusCode, string, PhotonException)

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

Parameters

EntityId string
EntityType string
statusCode HttpStatusCode
Message string
InnerException PhotonException

PhotonRemoteOperationCancelledException(string, string, string, PhotonException)

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

Parameters

EntityId string
EntityType string
Message string
InnerException PhotonException