System.ProtocolErrorEventArgs.ProtocolErrorEventArgs C# (CSharp) Méthode

ProtocolErrorEventArgs() public méthode

public ProtocolErrorEventArgs ( UInt16 reason )
reason UInt16
                    public ProtocolErrorEventArgs(UInt16 reason)
                    {
                        this.reason = reason;
                    }
                }
ProtocolErrorEventArgs