Audrey.Exceptions.TypeNotComponentException.TypeNotComponentException C# (CSharp) Method

TypeNotComponentException() public method

public TypeNotComponentException ( ) : System
return System
        public TypeNotComponentException() : base("Type does not extend IComponent")
        {
        }
    }
TypeNotComponentException