C# 클래스 NWN.NetLayerWindow.StreamErrorEventArgs

Event arguments for on stream error.
상속: System.EventArgs
파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
StreamErrorEventArgs ( bool Fatal, UInt32 ErrorCode ) : System

Create a stream error event arguments object.

메소드 상세

StreamErrorEventArgs() 공개 메소드

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.
리턴 System