v1.0.0
Latest
2020.3+

Class RelationshipNotFoundException

Inheritance
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
TypeNameDescription
Stringmessage

RelationshipNotFoundException(String, Exception)

Declaration
public RelationshipNotFoundException(string message, Exception inner)
Parameters
TypeNameDescription
Stringmessage
Exceptioninner