Class PhotonRemoteException
[Serializable]
public class PhotonRemoteException : PhotonException, ISerializable, IPhotonException
- Inheritance
-
objectPhotonRemoteException
- 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
stringEntityType
stringstatusCode
HttpStatusCodeMessage
stringInnerException
PhotonException
PhotonRemoteException(string, string, string, PhotonException)
public PhotonRemoteException(string EntityId, string EntityType, string Message, PhotonException InnerException)
Parameters
EntityId
stringEntityType
stringMessage
stringInnerException
PhotonException
Properties
EntityId
public string EntityId { get; }
Property Value
EntityType
public string EntityType { get; }
Property Value
InnerException
public PhotonException? InnerException { get; }