BlipFace.Service.Communication.CommunicationErrorEventArgs.CommunicationErrorEventArgs C# (CSharp) Метод

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

public CommunicationErrorEventArgs ( ) : System
Результат System
        public CommunicationErrorEventArgs()
        {
            Code = HttpStatusCode.RequestTimeout;
            MakeMessage();
        }

Same methods

CommunicationErrorEventArgs::CommunicationErrorEventArgs ( HttpStatusCode code, BlipActions action ) : System