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

DownloadStringCompletedEventArgs() private method

private DownloadStringCompletedEventArgs ( string result, System exception, bool cancelled, object userToken )
result string
exception System
cancelled bool
userToken object
        internal DownloadStringCompletedEventArgs(string result, System.Exception exception, bool cancelled, object userToken) : base(exception, cancelled, userToken) { }
        public string Result { get { throw null; } }
DownloadStringCompletedEventArgs