MessageUpdateDisallowedException 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
MessageUpdateDisallowedException(String) | |
MessageUpdateDisallowedException(SerializationInfo, StreamingContext) |
MessageUpdateDisallowedException(String)
protected:
MessageUpdateDisallowedException(System::String ^ msgName);
protected MessageUpdateDisallowedException (string msgName);
new Microsoft.XLANGs.BaseTypes.MessageUpdateDisallowedException : string -> Microsoft.XLANGs.BaseTypes.MessageUpdateDisallowedException
Protected Sub New (msgName As String)
参数
- msgName
- String
适用于
MessageUpdateDisallowedException(SerializationInfo, StreamingContext)
protected:
MessageUpdateDisallowedException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
protected MessageUpdateDisallowedException (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc);
new Microsoft.XLANGs.BaseTypes.MessageUpdateDisallowedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.BaseTypes.MessageUpdateDisallowedException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)