BlipFace.Service.Communication.CommunicationErrorEventArgs.CommunicationErrorEventArgs C# (CSharp) Method

CommunicationErrorEventArgs() public method

public CommunicationErrorEventArgs ( ) : System
return System
        public CommunicationErrorEventArgs()
        {
            Code = HttpStatusCode.RequestTimeout;
            MakeMessage();
        }

Same methods

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