Class UnqualifiedTargetException
- Namespace
- RisingV.Shared.Aspects.Exceptions
- Assembly
- RisingV.Shared.dll
Exception thrown when a target is not qualified as an aspect.
public class UnqualifiedTargetException : BaseException, ISerializable
- Inheritance
-
UnqualifiedTargetException
- Implements
- Inherited Members
- Extension Methods
Constructors
UnqualifiedTargetException(object?)
public UnqualifiedTargetException(object? target)
Parameters
target
object
UnqualifiedTargetException(string, Exception, object?)
public UnqualifiedTargetException(string message, Exception innerException, object? target)
Parameters
UnqualifiedTargetException(string, object?)
public UnqualifiedTargetException(string message, object? target)
Parameters
Properties
Target
public object? Target { get; }