C# Class NWN.NetLayerWindow.StreamErrorEventArgs

Event arguments for on stream error.
Inheritance: System.EventArgs
Afficher le fichier Open project: ALandFarAway/ALFA-Base-Resources

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
StreamErrorEventArgs ( bool Fatal, UInt32 ErrorCode ) : System

Create a stream error event arguments object.

Method Details

StreamErrorEventArgs() public méthode

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.
Résultat System