BadScript 2
Loading...
Searching...
No Matches
BadAbstractClassException.cs
Go to the documentation of this file.
1
4
5
namespace
BadScript2.Runtime.Objects.Types
;
6
10
public
class
BadAbstractClassException
: Exception
11
{
16
public
BadAbstractClassException
(
string
className) : base(
17
$
"Class {className} is abstract and cannot be instantiated."
18
) { }
19
}
BadScript2.Runtime.Objects.Types.BadAbstractClassException
Exception that is thrown when a Abstract Class is instantiated.
Definition
BadAbstractClassException.cs:11
BadScript2.Runtime.Objects.Types.BadAbstractClassException.BadAbstractClassException
BadAbstractClassException(string className)
Creates a new Exception.
Definition
BadAbstractClassException.cs:16
BadScript2.Runtime.Objects.Types
Contains Runtime Type Objects.
Definition
BadAbstractClassException.cs:5
src
BadScript2
Runtime
Objects
Types
BadAbstractClassException.cs
Generated by
1.9.8