System.Net.ArpRequestResult.ArpRequestResult C# (CSharp) Method

ArpRequestResult() public method

Erstellt eine neue ArpRequestResult-Instanz
public ArpRequestResult ( Exception exception ) : System.Net.NetworkInformation
exception Exception Der aufgetretene Fehler
return System.Net.NetworkInformation
        public ArpRequestResult(Exception exception)
        {
            this.Exception = exception;
            Address = null;
        }

Same methods

ArpRequestResult::ArpRequestResult ( System.Net.NetworkInformation.PhysicalAddress address ) : System.Net.NetworkInformation