Click or drag to resize
LogicErrorAsException Method
Creates an instance of the LogicException class with this logic error contained in it

Namespace: Entelect.ErrorHandling
Assembly: Entelect (in Entelect.dll) Version: 0.0.79
Syntax
C#
public LogicException AsException()

Return Value

Type: LogicException
An instance of the LogicException class
See Also