Asv.Mavlink.MessageIdNotFoundException.MessageIdNotFoundException C# (CSharp) Method

MessageIdNotFoundException() public method

public MessageIdNotFoundException ( int messageId )
messageId int
        public MessageIdNotFoundException(int messageId) : base(messageId, string.Format(RS.MessageIdNotFoundException_MessageIdNotFoundException, messageId))
        {
        }
    }
MessageIdNotFoundException