共用方式為


MessageUpdateDisallowedException 建構函式

定義

多載

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)

參數

適用於