HeroStats Libraries
SimulateScanner.FireScanningErrorEvent Method 

[This is preliminary documentation and subject to change.]

Propagates the OnScanningError event to listeners

[Visual Basic]
Public Sub FireScanningErrorEvent( _
   ByVal msg As String _
)
[C#]
public void FireScanningErrorEvent(
   string msg
);

Parameters

msg
Text of the error

See Also

SimulateScanner Class | CityOfHeroes.Scanner Namespace