Table of Contents

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

message string
innerException Exception
target object

UnqualifiedTargetException(string, object?)

public UnqualifiedTargetException(string message, object? target)

Parameters

message string
target object

Properties

Target

public object? Target { get; }

Property Value

object