Class UnexpectedEnumValueException<T>
Namespace: Unity.VisualScripting
Syntax
public class UnexpectedEnumValueException<T> : Exception, ISerializable, _Exception
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
UnexpectedEnumValueException(T)
Declaration
public UnexpectedEnumValueException(T value)
Parameters
| Type | Name | Description |
|---|---|---|
| T | value |
Properties
Value
Declaration
public T Value { get; }
Property Value
| Type | Description |
|---|---|
| T |