Exceptions.NotImplementedException

(in ./Carbon/Exceptions/NotImplementedException.lua)

An exception to be generated when a feature is not (yet) implemented.

Inherits Exception


Methods

class public NotImplementedException:New(string method_name)

Returns NotImplementedException

class public NotImplementedException:PlacementNew(NotImplementedException? out, string method_name)

Returns NotImplementedException

object public NotImplementedException:Init(string method_name)

Returns void

  • required method_name: The name of the method that isn't yet implemented.

Generates a new NotImplementedException for a method with the given name.


Properties

public string MethodName

The name of the method that isn't implemented.