Gets or sets the line in the file where the exception was generated.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public virtual int Line { get; set; }
public virtual int Line { get; set; }
Public Overridable Property Line As Integer
Get
Set
Public Overridable Property Line As Integer
Get
Set
public:
virtual property int Line {
int get ();
void set (int value);
}
public:
virtual property int Line {
int get ();
void set (int value);
}
abstract Line : int with get, set
override Line : int with get, set
abstract Line : int with get, set
override Line : int with get, set
Property Value
Type:
Int32Line number.