ConfigurationErrorsException 생성자

정의

ConfigurationErrorsException 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
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 클래스의 새 인스턴스를 초기화합니다.

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

적용 대상

ConfigurationErrorsException(String, String, Int32)

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 예외가 throw된 이유를 설명하는 메시지입니다.

filename
String

ConfigurationErrorsException 예외를 throw한 구성 파일의 경로입니다.

line
Int32

ConfigurationErrorsException 예외가 throw된 구성 파일 내의 줄 번호입니다.

적용 대상

ConfigurationErrorsException(String, Exception, XmlReader)

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 예외가 throw된 이유를 설명하는 메시지입니다.

inner
Exception

ConfigurationErrorsException 예외를 throw한 내부 예외입니다.

reader
XmlReader

XmlReaderConfigurationErrorsException 예외를 throw한 개체입니다.

적용 대상

ConfigurationErrorsException(String, Exception, XmlNode)

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 예외가 throw된 이유를 설명하는 메시지입니다.

inner
Exception

ConfigurationErrorsException 예외를 throw한 내부 예외입니다.

node
XmlNode

XmlNodeConfigurationErrorsException 예외를 throw한 개체입니다.

적용 대상

ConfigurationErrorsException(String, XmlReader)

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 예외가 throw된 이유를 설명하는 메시지입니다.

reader
XmlReader

XmlReaderConfigurationErrorsException 예외를 throw한 개체입니다.

적용 대상

ConfigurationErrorsException(String, Exception, String, Int32)

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 예외가 throw된 이유를 설명하는 메시지입니다.

inner
Exception

ConfigurationErrorsException 예외를 throw한 내부 예외입니다.

filename
String

ConfigurationErrorsException 예외를 throw한 구성 파일의 경로입니다.

line
Int32

ConfigurationErrorsException 예외가 throw된 구성 파일 내의 줄 번호입니다.

적용 대상

ConfigurationErrorsException(String, Exception)

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 예외가 throw된 이유를 설명하는 메시지입니다.

inner
Exception

ConfigurationErrorsException 예외를 throw한 예외입니다.

적용 대상

ConfigurationErrorsException(SerializationInfo, StreamingContext)

ConfigurationErrorsException 클래스의 새 인스턴스를 초기화합니다.

protected:
 ConfigurationErrorsException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ConfigurationErrorsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
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

원본 또는 대상에 대한 컨텍스트 정보입니다.

예외

현재 형식이 a 또는 a ConfigurationException 가 아닌 경우 ConfigurationErrorsException

적용 대상

ConfigurationErrorsException(String)

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 예외가 throw된 이유를 설명하는 메시지입니다.

적용 대상

ConfigurationErrorsException(String, XmlNode)

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 예외가 throw된 이유를 설명하는 메시지입니다.

node
XmlNode

XmlNodeConfigurationErrorsException 예외를 throw한 개체입니다.

적용 대상