C# Class NWN.NetLayerWindow.StreamErrorEventArgs

Event arguments for on stream error.
Inheritance: System.EventArgs
Exibir arquivo Open project: ALandFarAway/ALFA-Base-Resources

Private Properties

Property Type Description

Public Methods

Method Description
StreamErrorEventArgs ( bool Fatal, UInt32 ErrorCode ) : System

Create a stream error event arguments object.

Method Details

StreamErrorEventArgs() public method

Create a stream error event arguments object.
public StreamErrorEventArgs ( bool Fatal, UInt32 ErrorCode ) : System
Fatal bool Supplies true if the error is fatal, else /// false if the error may be retried.
ErrorCode System.UInt32 Supplies the error code.
return System