MessageReferenceNotFoundException 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
MessageReferenceNotFoundException(String) | |
MessageReferenceNotFoundException(SerializationInfo, StreamingContext) |
MessageReferenceNotFoundException(String)
public:
MessageReferenceNotFoundException(System::String ^ messagename);
public MessageReferenceNotFoundException (string messagename);
new Microsoft.XLANGs.RuntimeTypes.MessageReferenceNotFoundException : string -> Microsoft.XLANGs.RuntimeTypes.MessageReferenceNotFoundException
Public Sub New (messagename As String)
Parameters
- messagename
- String
Applies to
MessageReferenceNotFoundException(SerializationInfo, StreamingContext)
protected:
MessageReferenceNotFoundException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
protected MessageReferenceNotFoundException (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc);
new Microsoft.XLANGs.RuntimeTypes.MessageReferenceNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.RuntimeTypes.MessageReferenceNotFoundException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)