Skip to content

UnityWeld.Binding.Exceptions

Rory Dungan edited this page Jun 1, 2018 · 1 revision

AmbiguousTypeException

Thrown when we are searching for a single type but multiple ones match our query.

public class UnityWeld.Binding.Exceptions.AmbiguousTypeException
    : Exception, ISerializable, _Exception

ComponentNotFoundException

Exception thrown when the requested component on a GameObject could not be found.

public class UnityWeld.Binding.Exceptions.ComponentNotFoundException
    : Exception, ISerializable, _Exception

InvalidAdapterException

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

InvalidEndPointException

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

InvalidEventException

Thrown when there is an error binding to a UnityEvent.

public class UnityWeld.Binding.Exceptions.InvalidEventException
    : Exception, ISerializable, _Exception

InvalidTypeException

The supplied type is invalid in the current context.

public class UnityWeld.Binding.Exceptions.InvalidTypeException
    : Exception, ISerializable, _Exception

MemberNotFoundException

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

NoSuchAdapterException

The specified adapter does not exist.

public class UnityWeld.Binding.Exceptions.NoSuchAdapterException
    : Exception, ISerializable, _Exception

PropertyNullException

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

TemplateNotFoundException

Thrown when the necessary template for a TemplateBinding or CollectionBinding could not be found.

public class UnityWeld.Binding.Exceptions.TemplateNotFoundException
    : Exception, ISerializable, _Exception

ViewModelNotFoundException

Exception thrown when the requested view-model could not be found.

public class UnityWeld.Binding.Exceptions.ViewModelNotFoundException
    : Exception, ISerializable, _Exception