QuickFix.SessionNotFound.SessionNotFound C# (CSharp) Method

SessionNotFound() public method

public SessionNotFound ( SessionID sessionID )
sessionID SessionID
        public SessionNotFound(SessionID sessionID)
            : base("Session '" + sessionID + "' Not Found")
        {
        }

Same methods

SessionNotFound::SessionNotFound ( SessionID sessionID, string msg )
SessionNotFound::SessionNotFound ( string msg )
SessionNotFound