System.Globalization.Message.Message C# (CSharp) Method

Message() public method

Create a new Message, setting the msgID to the supplied value
public Message ( string msgID ) : System
msgID string
return System
        public Message(string msgID)
            : this()
        {
            MsgID = msgID;
        }

Same methods

Message::Message ( ) : System
Message::Message ( string msgID, string msgStr ) : System
Message::Message ( string msgID, string msgStr, string firstContext ) : System