mscorlib(4.0.0.0) API with additions
SettingsPropertyNotFoundException.cs
1
using
System
.
Runtime
.
Serialization
;
2
3
namespace
System.Configuration
4
{
6
[
Serializable
]
7
public
class
SettingsPropertyNotFoundException
:
Exception
8
{
11
public
SettingsPropertyNotFoundException
(
string
message)
12
: base(message)
13
{
14
}
15
19
public
SettingsPropertyNotFoundException
(
string
message,
Exception
innerException)
20
: base(message, innerException)
21
{
22
}
23
27
protected
SettingsPropertyNotFoundException
(
SerializationInfo
info,
StreamingContext
context)
28
: base(info, context)
29
{
30
}
31
33
public
SettingsPropertyNotFoundException
()
34
{
35
}
36
}
37
}
System.Configuration.SettingsPropertyNotFoundException.SettingsPropertyNotFoundException
SettingsPropertyNotFoundException()
Initializes a new instance of the T:System.Configuration.SettingsPropertyNotFoundException class.
Definition:
SettingsPropertyNotFoundException.cs:33
System.Configuration
Definition:
ApplicationScopedSettingAttribute.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Configuration.SettingsPropertyNotFoundException.SettingsPropertyNotFoundException
SettingsPropertyNotFoundException(SerializationInfo info, StreamingContext context)
Initializes a new instance of the T:System.Configuration.SettingsPropertyNotFoundException class,...
Definition:
SettingsPropertyNotFoundException.cs:27
System.Runtime.Serialization.StreamingContext
Describes the source and destination of a given serialized stream, and provides an additional caller-...
Definition:
StreamingContext.cs:9
System.Configuration.SettingsPropertyNotFoundException.SettingsPropertyNotFoundException
SettingsPropertyNotFoundException(string message)
Initializes a new instance of the T:System.Configuration.SettingsPropertyNotFoundException class,...
Definition:
SettingsPropertyNotFoundException.cs:11
System.Runtime.Serialization
Definition:
DeserializationEventHandler.cs:1
System.Runtime.Serialization.SerializationInfo
Stores all the data needed to serialize or deserialize an object. This class cannot be inherited.
Definition:
SerializationInfo.cs:12
System.Exception
Represents errors that occur during application execution.To browse the .NET Framework source code fo...
Definition:
Exception.cs:22
System.Reflection.TypeAttributes.Serializable
Specifies that the class can be serialized.
System.Configuration.SettingsPropertyNotFoundException.SettingsPropertyNotFoundException
SettingsPropertyNotFoundException(string message, Exception innerException)
Initializes a new instance of the T:System.Configuration.SettingsPropertyNotFoundException class,...
Definition:
SettingsPropertyNotFoundException.cs:19
System.Configuration.SettingsPropertyNotFoundException
Provides an exception for T:System.Configuration.SettingsProperty objects that are not found.
Definition:
SettingsPropertyNotFoundException.cs:7
All cs
System.Configuration
SettingsPropertyNotFoundException.cs
Generated by
1.8.15