| Type | Reason |
|---|
| AccessViolationException | Exception for permission access violations. |
| ActivationContext | Documentation for this section has not yet been entered. |
| Activator | This lets you create instances of an object given the Type of that object. |
| AppDomain | Represents an application domain, which is an isolated
environment where applications execute. |
| AppDomainManager | Documentation for this section has not yet been entered. |
| AppDomainSetup | Documentation for this section has not yet been entered. |
| AppDomainUnloadedException | Documentation for this section has not yet been entered. |
| ApplicationException | ApplicationException is the base class for all
exceptions defined by applications. |
| ApplicationId | Documentation for this section has not yet been entered. |
| ApplicationIdentity | Documentation for this section has not yet been entered. |
| ArgumentException | Represents the error that
occurs when an argument passed to a method is invalid. |
| ArgumentNullException | Represents the error that occurs when an argument passed
to a method is invalid because it is null
. |
| ArgumentOutOfRangeException | Represents the error that occurs when an
argument passed to a method is invalid because it is
outside the allowable range of values as specified by the method. |
| ArithmeticException | Represents an error caused by an arithmetic operation. |
| Array | Serves as the base class for arrays. Provides methods for creating,
copying, manipulating, searching, and sorting arrays. |
| ArrayTypeMismatchException | Represents the error that occurs when an attempt is made to
store an element of the wrong type in an array. |
| AssemblyLoadEventArgs | Provides access to the System.Reflection.Assembly that was loaded causing a AppDomain.AssemblyLoad event. |
| Attribute | Serves as the base class for custom attributes. |
| AttributeUsageAttribute | Specifies the behavior of
a custom attribute when that attribute is defined. |
| BadImageFormatException | Represents the error that occurs when an attempt is made
to load a System.Reflection.Assembly
from a file with an invalid file image. |
| BitConverter | Use BitConverter class to work with binary representations of value types. |
| Buffer | A low level array manipulation class. Allows bytewise reading and writing on the primitive types contained in an array. |
| CannotUnloadAppDomainException | Represents the error that occurs when an attempt to unload
an application domain fails. |
| CharEnumerator | Supports iteration over and provides read-only access to
the individual characters in a string. |
| CLSCompliantAttribute | Indicates whether the target of the current attribute complies with the
Common Language Specification (CLS). |
| Console | Represents the standard input, output, and error streams
for console applications. |
| ConsoleCancelEventArgs | Context passed to a handler on interruption, allows termination of an application. |
| ContextBoundObject | Documentation for this section has not yet been entered. |
| ContextMarshalException | Documentation for this section has not yet been entered. |
| ContextStaticAttribute | Documentation for this section has not yet been entered. |
| Convert | Performs conversions between base data types. |
| DataMisalignedException | Documentation for this section has not yet been entered. |
| DBNull | System representation of a database null. |
| Delegate | A class used to create types that invoke methods. |
| DivideByZeroException | Represents the error that is caused by an attempt to divide a
number by zero. |
| DllNotFoundException | Thrown when a DLL specified in a DLLImport isn't found. |
| DuplicateWaitObjectException | Represents the error that occurs when an object appears
more than once in an array of System.Threading.WaitHandle
instances. |
| EntryPointNotFoundException | Represents the error that occurs when an attempt to load
a System.Reflection.Assembly fails due to
the absence of an entry point. |
| Environment | Provides the current settings for, and information about, the execution environment. |
| EventArgs | EventArgs is the
base class
for classes containing event data. |
| Exception | Represents errors that occur during application execution. |
| ExecutionEngineException | Represents an internal error in the execution engine. |
| FieldAccessException | Represents the error that occurs when there is an attempt to access a field outside
the scope in which access is permitted. |
| FileStyleUriParser | Documentation for this section has not yet been entered. |
| FlagsAttribute | Indicates that the Enum targeted by the current attribute is declared as a bit-field. |
| FormatException | Represents errors caused by
passing incorrectly formatted arguments or invalid format specifiers to methods. |
| FtpStyleUriParser | Documentation for this section has not yet been entered. |
| GC | Provides a mechanism for programmatic control of
the garbage collector. |
| GenericUriParser | Documentation for this section has not yet been entered. |
| GopherStyleUriParser | Documentation for this section has not yet been entered. |
| HttpStyleUriParser | Documentation for this section has not yet been entered. |
| IndexOutOfRangeException | Represents the error that occurs when
an attempt is made to access an element of an array with
an index that is outside the bounds of the array. |
| InsufficientMemoryException | Documentation for this section has not yet been entered. |
| InvalidCastException | Represents the error that occurs when an explicit
conversion (casting operation) fails because the source type cannot be converted to the destination
type. |
| InvalidOperationException | Represents the error that occurs when an operation cannot be
performed. |
| InvalidProgramException | Represents the
error that occurs when a program contains invalid CIL instructions or
metadata. |
| InvalidTimeZoneException | Documentation for this section has not yet been entered. |
| LdapStyleUriParser | Documentation for this section has not yet been entered. |
| LoaderOptimizationAttribute | Used to set the desired optimizations for a given method. |
| LocalDataStoreSlot | Documentation for this section has not yet been entered. |
| MarshalByRefObject | Enables access to objects across application
domain boundaries
in implementations that
support remoting. |
| Math | Provides constants and static methods for trigonometric, logarithmic,
and other common mathematical functions. |
| MemberAccessException | MemberAccessException is the base class for
exceptions that occurs when an attempt to locate or access a type
member fails. |
| MethodAccessException | Represents the error that occurs when there is an
attempt to access a method outside the scope in which access is permitted. |
| MissingFieldException | Represents the error that occurs when there is an attempt to dynamically access a
field that does not exist. |
| MissingMemberException | Represents the error that occurs when there is an attempt to dynamically access a class member that
does not exist. |
| MissingMethodException | Represents the error that occurs when there is an attempt to dynamically access a
method that does not exist. |
| MTAThreadAttribute | This attribute is used to flag the method as using the MultiThreaded Apartment model. |
| MulticastNotSupportedException | Documentation for this section has not yet been entered. |
| NetPipeStyleUriParser | Documentation for this section has not yet been entered. |
| NetTcpStyleUriParser | Documentation for this section has not yet been entered. |
| NewsStyleUriParser | Documentation for this section has not yet been entered. |
| NonSerializedAttribute | This attribute is applied to fields in types that should not be serialized. |
| NotFiniteNumberException | Represents the error that occurs when an arithmetic operation cannot be performed on a floating-point value that
is not a finite number. |
| NotImplementedException |
Represents the error that occurs when a requested operation is not implemented for a given type. |
| NotSupportedException |
Represents the error that occurs when an object cannot
perform an operation. |
| Nullable | Documentation for this section has not yet been entered. |
| NullReferenceException | Represents the error that occurs when there is an attempt
to dereference a null object reference. |
| Object | Provides support for classes. This class is the root of the object hierarchy. |
| ObjectDisposedException | Represents the error that occurs when an operation is
performed on a disposed object. |
| ObsoleteAttribute | Indicates that the target of the current attribute will be
removed in future versions of the assembly in which the target
is contained. |
| OperatingSystem | Represents the details of an Operating System. |
| OperationCanceledException | Documentation for this section has not yet been entered. |
| OutOfMemoryException | Represents the error that occurs when insufficient memory prevents the
current memory allocation from succeeding. |
| OverflowException | Represents the error that occurs when the result of an arithmetic operation is too large to be
represented by the destination type. |
| ParamArrayAttribute | Indicates that a method allows a variable number of arguments in its invocation. |
| PlatformNotSupportedException | Documentation for this section has not yet been entered. |
| Random | Generates
psuedo-random numbers. |
| RankException | Represents the error that occurs when an array with an
incorrect number of dimensions is passed to a method. |
| ResolveEventArgs | Documentation for this section has not yet been entered. |
| SerializableAttribute | Marks a type as being serializable. |
| StackOverflowException | Represents the error that occurs when the execution stack overflows due to too many
method calls. |
| STAThreadAttribute | This attribute is used to flag the method as using the Single Threaded Apartment model. |
| String | Represents an immutable series of characters. |
| StringComparer | Documentation for this section has not yet been entered. |
| SystemException | SystemException is the base class for all exceptions defined by the
system. |
| ThreadStaticAttribute | Indicates that there is a unique instance of the designated static field for each thread. |
| TimeoutException | Documentation for this section has not yet been entered. |
| TimeZone | Provides support for the differences in time from the time zone and UTC. |
| TimeZoneInfo | Documentation for this section has not yet been entered. |
| TimeZoneInfo.AdjustmentRule | Documentation for this section has not yet been entered. |
| TimeZoneNotFoundException | Documentation for this section has not yet been entered. |
| Type | Provides information about a type. |
| TypeInitializationException | Represents the error that occurs when an exception is thrown inside the
static constructor of a type. |
| TypeLoadException | Represents the error that occurs when the system cannot
load a Type. |
| TypeUnloadedException | Represents the error that occurs when there is
an attempt to access a Type that has been unloaded. |
| UnauthorizedAccessException |
Represents the error that occurs when an I/O operation
cannot be performed because of incompatible file access levels.
|
| UnhandledExceptionEventArgs | Provides data for the event that is raised when an exception is not caught by the program code executing in an application
domain. |
| Uri | Provides an object representation of a uniform resource identifier
(URI) as defined by IETF RFC 2396. |
| UriBuilder | Provides a mutable version of the Uri class. |
| UriFormatException | Represents the error that occurs when a Uniform Resource
Identifier (URI) is not correctly formatted. |
| UriParser | Documentation for this section has not yet been entered. |
| UriTypeConverter | Documentation for this section has not yet been entered. |
| ValueType | Provides support for value types. This class is the base class for all value types. |
| Version | Represents the version number of an assembly. |
| WeakReference | A weak reference holds a reference to another object but does not prevent the object from being garbage collected. |