MessageQueueException.Message 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得一個描述訊息佇列錯誤的值。
public:
virtual property System::String ^ Message { System::String ^ get(); };
public override string Message { get; }
member this.Message : string
Public Overrides ReadOnly Property Message As String
屬性值
產生這個 MessageQueueException 訊息佇列內部錯誤的描述。
備註
當您取得這個屬性時,方法會嘗試擷取與 MessageQueueErrorCode 屬性相關聯的文字字串。 如果方法無法解譯訊息佇列產生的錯誤碼,則 Message 屬性會取得值 UnknownError
。