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

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

public CommunicationErrorEventArgs ( HttpStatusCode code, BlipActions action ) : System
code HttpStatusCode
action BlipActions
Результат System
        public CommunicationErrorEventArgs(HttpStatusCode code, BlipActions action)
        {
            Code = code;
            MakeMessage();
            AfterAction = action;
        }

Same methods

CommunicationErrorEventArgs::CommunicationErrorEventArgs ( ) : System