v1.0.0
Latest
2020.3+
Class RelationshipNotFoundException
Namespace: Unity.Services.Friends.Exceptions
Syntax
public class RelationshipNotFoundException : Exception, ISerializable, _Exception
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
Type | Name | Description |
---|---|---|
String | message | |
Exception | inner |