BikeInCity.ServiceCaller.ServiceErrorEventArgs.ServiceErrorEventArgs C# (CSharp) Метод

ServiceErrorEventArgs() публичный Метод

public ServiceErrorEventArgs ( String details ) : System
details String
Результат System
        public ServiceErrorEventArgs(String details)
        {
            this.Details = details;
        }
ServiceErrorEventArgs