Version 3.3.0.1

OdinPropertyException class

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
public class OdinPropertyException : Exception, ISerializable, _Exception
Odin property system exception.
Inheritance
  • System.Object
  • System.Exception
  • OdinPropertyException

Constructors

OdinPropertyException(String, Exception)
Initializes a new instance of OdinPropertyException.
public OdinPropertyException(string message, Exception innerException)
Parameters
System.String message

The message for the exception.

System.Exception innerException

An inner exception.

Extension Methods