Gets the name of the creator who wrote the code for this object. Exceptions that occur in this object are then sent to that creator or their log file.

Namespace: BaseLib
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public string GetCreatorToBlame()

Return Value

The value of Creator.

Implements

IBlame..::..GetCreatorToBlame()()()()

See Also