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