Table of Contents

Class SodotException

Namespace
SodotSDK
Assembly
Unity.Temp.dll
[Serializable]
public class SodotException : Exception, ISerializable
Inheritance
SodotException
Implements
Inherited Members

Constructors

SodotException(string, int)

public SodotException(string message, int code)

Parameters

message string
code int

Properties

ErrorCode

public int ErrorCode { get; }

Property Value

int