MessageUpdateDisallowedException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MessageUpdateDisallowedException(String) | |
MessageUpdateDisallowedException(SerializationInfo, StreamingContext) |
MessageUpdateDisallowedException(String)
public:
MessageUpdateDisallowedException(System::String ^ msgName);
public MessageUpdateDisallowedException (string msgName);
new Microsoft.XLANGs.Core.MessageUpdateDisallowedException : string -> Microsoft.XLANGs.Core.MessageUpdateDisallowedException
Public Sub New (msgName As String)
Parameters
- msgName
- String
Applies to
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.Core.MessageUpdateDisallowedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.Core.MessageUpdateDisallowedException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)