Class PhotonRemoteOperationCancelledException
[Serializable]
public class PhotonRemoteOperationCancelledException : PhotonRemoteException, ISerializable, IPhotonException
- Inheritance
-
objectPhotonRemoteOperationCancelledException
- 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
stringEntityType
stringstatusCode
HttpStatusCodeMessage
stringInnerException
PhotonException
PhotonRemoteOperationCancelledException(string, string, string, PhotonException)
public PhotonRemoteOperationCancelledException(string EntityId, string EntityType, string Message, PhotonException InnerException)
Parameters
EntityId
stringEntityType
stringMessage
stringInnerException
PhotonException