ConfigurationErrorsException Konstruktorer

Definition

Initierar en ny instans av ConfigurationErrorsException klassen.

Överlagringar

Name Description
ConfigurationErrorsException()

Initierar en ny instans av ConfigurationErrorsException klassen.

ConfigurationErrorsException(String, String, Int32)

Initierar en ny instans av ConfigurationErrorsException klassen.

ConfigurationErrorsException(String, Exception, XmlReader)

Initierar en ny instans av ConfigurationErrorsException klassen.

ConfigurationErrorsException(String, Exception, XmlNode)

Initierar en ny instans av ConfigurationErrorsException klassen.

ConfigurationErrorsException(String, XmlReader)

Initierar en ny instans av ConfigurationErrorsException klassen.

ConfigurationErrorsException(String, Exception, String, Int32)

Initierar en ny instans av ConfigurationErrorsException klassen.

ConfigurationErrorsException(String, Exception)

Initierar en ny instans av ConfigurationErrorsException klassen.

ConfigurationErrorsException(SerializationInfo, StreamingContext)
Föråldrad.

Initierar en ny instans av ConfigurationErrorsException klassen.

ConfigurationErrorsException(String)

Initierar en ny instans av ConfigurationErrorsException klassen.

ConfigurationErrorsException(String, XmlNode)

Initierar en ny instans av ConfigurationErrorsException klassen.

ConfigurationErrorsException()

Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs

Initierar en ny instans av ConfigurationErrorsException klassen.

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

Gäller för

ConfigurationErrorsException(String, String, Int32)

Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs

Initierar en ny instans av ConfigurationErrorsException klassen.

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)

Parametrar

message
String

Ett meddelande som beskriver varför det här ConfigurationErrorsException undantaget utlöstes.

filename
String

Sökvägen till konfigurationsfilen som gjorde att det här ConfigurationErrorsException undantaget utlöstes.

line
Int32

Radnumret i konfigurationsfilen där undantaget ConfigurationErrorsException utlöstes.

Gäller för

ConfigurationErrorsException(String, Exception, XmlReader)

Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs

Initierar en ny instans av ConfigurationErrorsException klassen.

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)

Parametrar

message
String

Ett meddelande som beskriver varför det här ConfigurationErrorsException undantaget utlöstes.

inner
Exception

Det inre undantaget som gjorde att det här ConfigurationErrorsException undantaget utlöstes.

reader
XmlReader

Det XmlReader objekt som gjorde att det här ConfigurationErrorsException undantaget utlöstes.

Gäller för

ConfigurationErrorsException(String, Exception, XmlNode)

Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs

Initierar en ny instans av ConfigurationErrorsException klassen.

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)

Parametrar

message
String

Ett meddelande som beskriver varför det här ConfigurationErrorsException undantaget utlöstes.

inner
Exception

Det inre undantaget som gjorde att det här ConfigurationErrorsException undantaget utlöstes.

node
XmlNode

Det XmlNode objekt som gjorde att det här ConfigurationErrorsException undantaget utlöstes.

Gäller för

ConfigurationErrorsException(String, XmlReader)

Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs

Initierar en ny instans av ConfigurationErrorsException klassen.

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)

Parametrar

message
String

Ett meddelande som beskriver varför det här ConfigurationErrorsException undantaget utlöstes.

reader
XmlReader

Det XmlReader objekt som gjorde att det här ConfigurationErrorsException undantaget utlöstes.

Gäller för

ConfigurationErrorsException(String, Exception, String, Int32)

Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs

Initierar en ny instans av ConfigurationErrorsException klassen.

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)

Parametrar

message
String

Ett meddelande som beskriver varför det här ConfigurationErrorsException undantaget utlöstes.

inner
Exception

Det inre undantaget som gjorde att det här ConfigurationErrorsException undantaget utlöstes.

filename
String

Sökvägen till konfigurationsfilen som gjorde att det här ConfigurationErrorsException undantaget utlöstes.

line
Int32

Radnumret i konfigurationsfilen där undantaget ConfigurationErrorsException utlöstes.

Gäller för

ConfigurationErrorsException(String, Exception)

Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs

Initierar en ny instans av ConfigurationErrorsException klassen.

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)

Parametrar

message
String

Ett meddelande som beskriver varför det här ConfigurationErrorsException undantaget utlöstes.

inner
Exception

Undantaget som gjorde att undantaget ConfigurationErrorsException utlöstes.

Gäller för

ConfigurationErrorsException(SerializationInfo, StreamingContext)

Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs

Varning

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

Initierar en ny instans av ConfigurationErrorsException klassen.

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)

Parametrar

info
SerializationInfo

Objektet som innehåller den information som ska deserialiseras.

context
StreamingContext

Sammanhangsberoende information om källan eller målet.

Attribut

Undantag

Gäller för

ConfigurationErrorsException(String)

Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs

Initierar en ny instans av ConfigurationErrorsException klassen.

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

Parametrar

message
String

Ett meddelande som beskriver varför det här ConfigurationErrorsException undantaget utlöstes.

Gäller för

ConfigurationErrorsException(String, XmlNode)

Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs
Källa:
ConfigurationErrorsException.cs

Initierar en ny instans av ConfigurationErrorsException klassen.

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)

Parametrar

message
String

Ett meddelande som beskriver varför det här ConfigurationErrorsException undantaget utlöstes.

node
XmlNode

Det XmlNode objekt som gjorde att det här ConfigurationErrorsException undantaget utlöstes.

Gäller för