Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.ErrorPdu.ErrorPdu C# (CSharp) Method

ErrorPdu() public method

Create an ErrorPdu.
public ErrorPdu ( Exception e ) : System
e System.Exception The decoding exception.
return System
        public ErrorPdu(Exception e)
        {
            this.e = e;
        }

Same methods

ErrorPdu::ErrorPdu ( Exception e, byte packetData ) : System