BikeInCity.ServiceCaller.ServiceErrorEventArgs.ServiceErrorEventArgs C# (CSharp) Method

ServiceErrorEventArgs() public method

public ServiceErrorEventArgs ( String details ) : System
details String
return System
        public ServiceErrorEventArgs(String details)
        {
            this.Details = details;
        }
ServiceErrorEventArgs