LinePrinterException.MethodName Property

Returns the name of the method that raised the exception.

Syntax

[Visual Basic]
Public ReadOnly Property MethodName As String
[C#]
public string MethodName {get;}

Values

This method will return a string containing the name of the LinePrinter method that threw the exception.

More Information

LinePrinterException Class