Class RelationshipNotFoundException
Inheritance
RelationshipNotFoundException
Assembly: Unity.Services.Friends.dll
Syntax
public class RelationshipNotFoundException : Exception, ISerializable
Constructors
RelationshipNotFoundException()
Declaration
public RelationshipNotFoundException()
RelationshipNotFoundException(string)
Declaration
public RelationshipNotFoundException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
RelationshipNotFoundException(string, Exception)
Declaration
public RelationshipNotFoundException(string message, Exception inner)
Parameters
Implements