言語

ConfigurationErrorsException コンストラクター

定義

ConfigurationErrorsException クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
ConfigurationErrorsException()

ConfigurationErrorsException クラスの新しいインスタンスを初期化します。

ConfigurationErrorsException(String, String, Int32)

ConfigurationErrorsException クラスの新しいインスタンスを初期化します。

ConfigurationErrorsException(String, Exception, XmlReader)

ConfigurationErrorsException クラスの新しいインスタンスを初期化します。

ConfigurationErrorsException(String, Exception, XmlNode)

ConfigurationErrorsException クラスの新しいインスタンスを初期化します。

ConfigurationErrorsException(String, XmlReader)

ConfigurationErrorsException クラスの新しいインスタンスを初期化します。

ConfigurationErrorsException(String, Exception, String, Int32)

ConfigurationErrorsException クラスの新しいインスタンスを初期化します。

ConfigurationErrorsException(String, Exception)

ConfigurationErrorsException クラスの新しいインスタンスを初期化します。

ConfigurationErrorsException(SerializationInfo, StreamingContext)
古い.

ConfigurationErrorsException クラスの新しいインスタンスを初期化します。

ConfigurationErrorsException(String)

ConfigurationErrorsException クラスの新しいインスタンスを初期化します。

ConfigurationErrorsException(String, XmlNode)

ConfigurationErrorsException クラスの新しいインスタンスを初期化します。

ConfigurationErrorsException()

ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs

ConfigurationErrorsException クラスの新しいインスタンスを初期化します。

public:
 ConfigurationErrorsException();
public ConfigurationErrorsException();
Public Sub New ()

適用対象

ConfigurationErrorsException(String, String, Int32)

ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs

ConfigurationErrorsException クラスの新しいインスタンスを初期化します。

public:
 ConfigurationErrorsException(System::String ^ message, System::String ^ filename, int line);
public ConfigurationErrorsException(string message, string filename, int line);
new System.Configuration.ConfigurationErrorsException : string * string * int -> System.Configuration.ConfigurationErrorsException
Public Sub New (message As String, filename As String, line As Integer)

パラメーター

message
String

この ConfigurationErrorsException 例外がスローされた理由を説明するメッセージ。

filename
String

この ConfigurationErrorsException 例外がスローされる原因となった構成ファイルへのパス。

line
Int32

この ConfigurationErrorsException 例外がスローされた構成ファイル内の行番号。

適用対象

ConfigurationErrorsException(String, Exception, XmlReader)

ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs

ConfigurationErrorsException クラスの新しいインスタンスを初期化します。

public:
 ConfigurationErrorsException(System::String ^ message, Exception ^ inner, System::Xml::XmlReader ^ reader);
public ConfigurationErrorsException(string message, Exception inner, System.Xml.XmlReader reader);
new System.Configuration.ConfigurationErrorsException : string * Exception * System.Xml.XmlReader -> System.Configuration.ConfigurationErrorsException
Public Sub New (message As String, inner As Exception, reader As XmlReader)

パラメーター

message
String

この ConfigurationErrorsException 例外がスローされた理由を説明するメッセージ。

inner
Exception

この ConfigurationErrorsException 例外がスローされる原因となった内部例外。

reader
XmlReader

このXmlReader例外がスローされる原因となったConfigurationErrorsException オブジェクト。

適用対象

ConfigurationErrorsException(String, Exception, XmlNode)

ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs

ConfigurationErrorsException クラスの新しいインスタンスを初期化します。

public:
 ConfigurationErrorsException(System::String ^ message, Exception ^ inner, System::Xml::XmlNode ^ node);
public ConfigurationErrorsException(string message, Exception inner, System.Xml.XmlNode node);
new System.Configuration.ConfigurationErrorsException : string * Exception * System.Xml.XmlNode -> System.Configuration.ConfigurationErrorsException
Public Sub New (message As String, inner As Exception, node As XmlNode)

パラメーター

message
String

この ConfigurationErrorsException 例外がスローされた理由を説明するメッセージ。

inner
Exception

この ConfigurationErrorsException 例外がスローされる原因となった内部例外。

node
XmlNode

このXmlNode例外がスローされる原因となったConfigurationErrorsException オブジェクト。

適用対象

ConfigurationErrorsException(String, XmlReader)

ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs

ConfigurationErrorsException クラスの新しいインスタンスを初期化します。

public:
 ConfigurationErrorsException(System::String ^ message, System::Xml::XmlReader ^ reader);
public ConfigurationErrorsException(string message, System.Xml.XmlReader reader);
new System.Configuration.ConfigurationErrorsException : string * System.Xml.XmlReader -> System.Configuration.ConfigurationErrorsException
Public Sub New (message As String, reader As XmlReader)

パラメーター

message
String

この ConfigurationErrorsException 例外がスローされた理由を説明するメッセージ。

reader
XmlReader

このXmlReader例外がスローされる原因となったConfigurationErrorsException オブジェクト。

適用対象

ConfigurationErrorsException(String, Exception, String, Int32)

ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs

ConfigurationErrorsException クラスの新しいインスタンスを初期化します。

public:
 ConfigurationErrorsException(System::String ^ message, Exception ^ inner, System::String ^ filename, int line);
public ConfigurationErrorsException(string message, Exception inner, string filename, int line);
new System.Configuration.ConfigurationErrorsException : string * Exception * string * int -> System.Configuration.ConfigurationErrorsException
Public Sub New (message As String, inner As Exception, filename As String, line As Integer)

パラメーター

message
String

この ConfigurationErrorsException 例外がスローされた理由を説明するメッセージ。

inner
Exception

この ConfigurationErrorsException 例外がスローされる原因となった内部例外。

filename
String

この ConfigurationErrorsException 例外がスローされる原因となった構成ファイルへのパス。

line
Int32

この ConfigurationErrorsException 例外がスローされた構成ファイル内の行番号。

適用対象

ConfigurationErrorsException(String, Exception)

ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs

ConfigurationErrorsException クラスの新しいインスタンスを初期化します。

public:
 ConfigurationErrorsException(System::String ^ message, Exception ^ inner);
public ConfigurationErrorsException(string message, Exception inner);
new System.Configuration.ConfigurationErrorsException : string * Exception -> System.Configuration.ConfigurationErrorsException
Public Sub New (message As String, inner As Exception)

パラメーター

message
String

この ConfigurationErrorsException 例外がスローされた理由を説明するメッセージ。

inner
Exception

この ConfigurationErrorsException 例外がスローされる原因となった例外。

適用対象

ConfigurationErrorsException(SerializationInfo, StreamingContext)

ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs

注意事項

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

ConfigurationErrorsException クラスの新しいインスタンスを初期化します。

protected:
 ConfigurationErrorsException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected ConfigurationErrorsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
protected ConfigurationErrorsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.Configuration.ConfigurationErrorsException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.ConfigurationErrorsException
new System.Configuration.ConfigurationErrorsException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.ConfigurationErrorsException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

info
SerializationInfo

逆シリアル化する情報を保持するオブジェクト。

context
StreamingContext

ソースまたは変換先に関するコンテキスト情報。

属性

例外

現在の型が ConfigurationException または ConfigurationErrorsExceptionではありません。

適用対象

ConfigurationErrorsException(String)

ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs

ConfigurationErrorsException クラスの新しいインスタンスを初期化します。

public:
 ConfigurationErrorsException(System::String ^ message);
public ConfigurationErrorsException(string message);
new System.Configuration.ConfigurationErrorsException : string -> System.Configuration.ConfigurationErrorsException
Public Sub New (message As String)

パラメーター

message
String

この ConfigurationErrorsException 例外がスローされた理由を説明するメッセージ。

適用対象

ConfigurationErrorsException(String, XmlNode)

ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs
ソース:
ConfigurationErrorsException.cs

ConfigurationErrorsException クラスの新しいインスタンスを初期化します。

public:
 ConfigurationErrorsException(System::String ^ message, System::Xml::XmlNode ^ node);
public ConfigurationErrorsException(string message, System.Xml.XmlNode node);
new System.Configuration.ConfigurationErrorsException : string * System.Xml.XmlNode -> System.Configuration.ConfigurationErrorsException
Public Sub New (message As String, node As XmlNode)

パラメーター

message
String

この ConfigurationErrorsException 例外がスローされた理由を説明するメッセージ。

node
XmlNode

このXmlNode例外がスローされる原因となったConfigurationErrorsException オブジェクト。

適用対象