XmlReaderParsingException 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
XmlReaderParsingException() | |
XmlReaderParsingException(String) | |
XmlReaderParsingException(SerializationInfo, StreamingContext) | |
XmlReaderParsingException(String, Exception) |
XmlReaderParsingException()
public:
XmlReaderParsingException();
public XmlReaderParsingException ();
Public Sub New ()
Applies to
XmlReaderParsingException(String)
public:
XmlReaderParsingException(System::String ^ message);
public XmlReaderParsingException (string message);
new Microsoft.ServiceModel.Channels.Common.XmlReaderParsingException : string -> Microsoft.ServiceModel.Channels.Common.XmlReaderParsingException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
XmlReaderParsingException(SerializationInfo, StreamingContext)
protected:
XmlReaderParsingException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected XmlReaderParsingException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.ServiceModel.Channels.Common.XmlReaderParsingException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.ServiceModel.Channels.Common.XmlReaderParsingException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
XmlReaderParsingException(String, Exception)
public:
XmlReaderParsingException(System::String ^ message, Exception ^ inner);
public XmlReaderParsingException (string message, Exception inner);
new Microsoft.ServiceModel.Channels.Common.XmlReaderParsingException : string * Exception -> Microsoft.ServiceModel.Channels.Common.XmlReaderParsingException
Public Sub New (message As String, inner As Exception)
Parameters
- message
- String
- inner
- Exception