-
Notifications
You must be signed in to change notification settings - Fork 81
UnityWeld.Binding.Exceptions
Thrown when we are searching for a single type but multiple ones match our query.
public class UnityWeld.Binding.Exceptions.AmbiguousTypeException
: Exception, ISerializable, _Exception
Exception thrown when the requested component on a GameObject could not be found.
public class UnityWeld.Binding.Exceptions.ComponentNotFoundException
: Exception, ISerializable, _Exception
Specified type cannot be used as an adapter for the specified types or does not implement IAdapter.
public class UnityWeld.Binding.Exceptions.InvalidAdapterException
: Exception, ISerializable, _Exception
Thrown when an end-point reference was specified in an invalid way and could not be parsed to work out a class or interface name and a member name.
public class UnityWeld.Binding.Exceptions.InvalidEndPointException
: Exception, ISerializable, _Exception
Thrown when there is an error binding to a UnityEvent.
public class UnityWeld.Binding.Exceptions.InvalidEventException
: Exception, ISerializable, _Exception
The supplied type is invalid in the current context.
public class UnityWeld.Binding.Exceptions.InvalidTypeException
: Exception, ISerializable, _Exception
Thrown when a property or method could not be found on the specified class or interface.
public class UnityWeld.Binding.Exceptions.MemberNotFoundException
: Exception, ISerializable, _Exception
The specified adapter does not exist.
public class UnityWeld.Binding.Exceptions.NoSuchAdapterException
: Exception, ISerializable, _Exception
Thrown when an attempt is made to bind to a property that must not be null.
public class UnityWeld.Binding.Exceptions.PropertyNullException
: Exception, ISerializable, _Exception
Thrown when the necessary template for a TemplateBinding or CollectionBinding could not be found.
public class UnityWeld.Binding.Exceptions.TemplateNotFoundException
: Exception, ISerializable, _Exception
Exception thrown when the requested view-model could not be found.
public class UnityWeld.Binding.Exceptions.ViewModelNotFoundException
: Exception, ISerializable, _Exception