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