XmlWriterParsingException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
XmlWriterParsingException() | |
XmlWriterParsingException(String) | |
XmlWriterParsingException(SerializationInfo, StreamingContext) | |
XmlWriterParsingException(String, Exception) |
XmlWriterParsingException()
public:
XmlWriterParsingException();
public XmlWriterParsingException ();
Public Sub New ()
適用対象
XmlWriterParsingException(String)
public:
XmlWriterParsingException(System::String ^ message);
public XmlWriterParsingException (string message);
new Microsoft.ServiceModel.Channels.Common.XmlWriterParsingException : string -> Microsoft.ServiceModel.Channels.Common.XmlWriterParsingException
Public Sub New (message As String)
パラメーター
- message
- String
適用対象
XmlWriterParsingException(SerializationInfo, StreamingContext)
protected:
XmlWriterParsingException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected XmlWriterParsingException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.ServiceModel.Channels.Common.XmlWriterParsingException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.ServiceModel.Channels.Common.XmlWriterParsingException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
パラメーター
- info
- SerializationInfo
- context
- StreamingContext
適用対象
XmlWriterParsingException(String, Exception)
public:
XmlWriterParsingException(System::String ^ message, Exception ^ inner);
public XmlWriterParsingException (string message, Exception inner);
new Microsoft.ServiceModel.Channels.Common.XmlWriterParsingException : string * Exception -> Microsoft.ServiceModel.Channels.Common.XmlWriterParsingException
Public Sub New (message As String, inner As Exception)
パラメーター
- message
- String
- inner
- Exception