System.Windows.Forms.XplatUIX11.XException.XException C# (CSharp) Method

XException() public method

public XException ( IntPtr Display, IntPtr ResourceID, IntPtr Serial, byte ErrorCode, XRequest RequestCode, byte MinorCode ) : System
Display System.IntPtr
ResourceID System.IntPtr
Serial System.IntPtr
ErrorCode byte
RequestCode XRequest
MinorCode byte
return System
			public XException(IntPtr Display, IntPtr ResourceID, IntPtr Serial, byte ErrorCode, XRequest RequestCode, byte MinorCode) {
				this.Display = Display;
				this.ResourceID = ResourceID;
				this.Serial = Serial;
				this.RequestCode = RequestCode;
				this.ErrorCode = ErrorCode;
				this.MinorCode = MinorCode;
			}
XplatUIX11.XException