This exception gets thrown by a Sofu.Reference if there is no valid target.

C# |
public class SofuNoTargetException : Exception

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | SofuNoTargetException()()() |
Creates a new SofuNoTargetException
|
![]() | SofuNoTargetException(String) |
Creates a new SofuNoTargetException and takes a string that shows where the target should have been
|
![]() | Data | (Inherited from Exception.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() | (Inherited from Object.) |
![]() | GetBaseException()()() | (Inherited from Exception.) |
![]() | GetHashCode()()() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Exception.) |
![]() | GetType()()() | (Inherited from Exception.) |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | MemberwiseClone()()() | (Inherited from Object.) |
![]() | Message | (Inherited from Exception.) |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
![]() | ToString()()() | (Inherited from Exception.) |