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