|
| Class | Description |
|---|
.gif) | AccessViolationException |
The exception that is thrown when there is an attempt to read or write protected memory.
|
.gif) | ActivationContext |
Identifies the activation context for the current application. This class cannot be inherited.
|
.gif) | Activator |
Contains methods to create types of objects locally or remotely, or obtain references to existing remote objects. This class cannot be inherited.
|
.gif) | AppDomain |
Represents an application domain, which is an isolated environment where applications execute. This class cannot be inherited.
|
.gif) | AppDomainManager |
Provides a managed equivalent of an unmanaged host.
|
.gif) | AppDomainSetup |
Represents assembly binding information that can be added to an instance of AppDomain.
|
.gif) | AppDomainUnloadedException |
The exception that is thrown when an attempt is made to access an unloaded application domain.
|
.gif) | ApplicationException |
The exception that is thrown when a non-fatal application error occurs.
|
.gif) | ApplicationId |
Contains information used to uniquely identify a manifest-based application. This class cannot be inherited.
|
.gif) | ApplicationIdentity |
Provides the ability to uniquely identify a manifest-activated application. This class cannot be inherited.
|
.gif) | ArgumentException |
The exception that is thrown when one of the arguments provided to a method is not valid.
|
.gif) | ArgumentNullException |
The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.
|
.gif) | ArgumentOutOfRangeException |
The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.
|
.gif) | ArithmeticException |
The exception that is thrown for errors in an arithmetic, casting, or conversion operation.
|
.gif) | Array |
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the base class for all arrays in the common language runtime.
|
.gif) | ArrayTypeMismatchException |
The exception that is thrown when an attempt is made to store an element of the wrong type within an array.
|
.gif) | AssemblyLoadEventArgs |
Provides data for the AssemblyLoad event.
|
.gif) | Attribute |
Represents the base class for custom attributes.
|
.gif) | AttributeUsageAttribute |
Specifies the usage of another attribute class. This class cannot be inherited.
|
.gif) | BadImageFormatException |
The exception that is thrown when the file image of a DLL or an executable program is invalid.
|
.gif) | BitConverter |
Converts base data types to an array of bytes, and an array of bytes to base data types.
|
.gif) | Buffer |
Manipulates arrays of primitive types.
|
.gif) | CannotUnloadAppDomainException |
The exception that is thrown when an attempt to unload an application domain fails.
|
.gif) | CharEnumerator |
Supports iterating over a String object and reading its individual characters. This class cannot be inherited.
|
.gif) | CLSCompliantAttribute |
Indicates whether a program element is compliant with the Common Language Specification (CLS). This class cannot be inherited.
|
.gif) | Console |
Represents the standard input, output, and error streams for console applications. This class cannot be inherited.
|
.gif) | ConsoleCancelEventArgs |
Provides data for the Console..::.CancelKeyPress event. This class cannot be inherited.
|
.gif) | ContextBoundObject |
Defines the base class for all context-bound classes.
|
.gif) | ContextMarshalException | Obsolete.
The exception that is thrown when an attempt to marshal an object across a context boundary fails.
|
.gif) | ContextStaticAttribute |
Indicates that the value of a static field is unique for a particular context.
|
.gif) | Convert |
Converts a base data type to another base data type.
|
.gif) | DataMisalignedException |
The exception that is thrown when a unit of data is read from or written to an address that is not a multiple of the data size. This class cannot be inherited.
|
.gif) | DBNull |
Represents a nonexistent value. This class cannot be inherited.
|
.gif) | Delegate |
Represents a delegate, which is a data structure that refers to a static method or to a class instance and an instance method of that class.
|
.gif) | DivideByZeroException |
The exception that is thrown when there is an attempt to divide an integral or decimal value by zero.
|
.gif) | DllNotFoundException |
The exception that is thrown when a DLL specified in a DLL import cannot be found.
|
.gif) | DuplicateWaitObjectException |
The exception that is thrown when an object appears more than once in an array of synchronization objects.
|
.gif) | EntryPointNotFoundException |
The exception that is thrown when an attempt to load a class fails due to the absence of an entry method.
|
.gif) | Enum |
Provides the base class for enumerations.
|
.gif) | Environment |
Provides information about, and means to manipulate, the current environment and platform. This class cannot be inherited.
|
.gif) | EventArgs | EventArgs is the base class for classes containing event data.
|
.gif) | Exception |
Represents errors that occur during application execution.
|
.gif) | ExecutionEngineException |
The exception that is thrown when there is an internal error in the execution engine of the common language runtime. This class cannot be inherited.
|
.gif) | FieldAccessException |
The exception that is thrown when there is an invalid attempt to access a private or protected field inside a class.
|
.gif) | FileStyleUriParser |
A customizable parser based on the File scheme.
|
.gif) | FlagsAttribute |
Indicates that an enumeration can be treated as a bit field; that is, a set of flags.
|
.gif) | FormatException |
The exception that is thrown when the format of an argument does not meet the parameter specifications of the invoked method.
|
.gif) | FtpStyleUriParser |
A customizable parser based on the File Transfer Protocol (FTP) scheme.
|
.gif) | GC |
Controls the system garbage collector, a service that automatically reclaims unused memory.
|
.gif) | GenericUriParser |
A customizable parser for a hierarchical URI.
|
.gif) | GopherStyleUriParser |
A customizable parser based on the Gopher scheme.
|
.gif) | HttpStyleUriParser |
A customizable parser based on the HTTP scheme.
|
.gif) | IndexOutOfRangeException |
The exception that is thrown when an attempt is made to access an element of an array with an index that is outside the bounds of the array. This class cannot be inherited.
|
.gif) | InsufficientMemoryException |
The exception that is thrown when a check for sufficient available memory fails. This class cannot be inherited.
|
.gif) | InvalidCastException |
The exception that is thrown for invalid casting or explicit conversion.
|
.gif) | InvalidOperationException |
The exception that is thrown when a method call is invalid for the object's current state.
|
.gif) | InvalidProgramException |
The exception that is thrown when a program contains invalid Microsoft intermediate language (MSIL) or metadata. Generally this indicates a bug in the compiler that generated the program.
|
.gif) | InvalidTimeZoneException |
The exception that is thrown when time zone information is invalid.
|
.gif) | LdapStyleUriParser |
A customizable parser based on the Lightweight Directory Access Protocol (LDAP) scheme.
|
.gif) | LoaderOptimizationAttribute |
Used to set the default loader optimization policy for the main method of an executable application.
|
.gif) | LocalDataStoreSlot |
Encapsulates a memory slot to store local data. This class cannot be inherited.
|
.gif) | MarshalByRefObject |
Enables access to objects across application domain boundaries in applications that support remoting.
|
.gif) | Math |
Provides constants and static methods for trigonometric, logarithmic, and other common mathematical functions.
|
.gif) | MemberAccessException |
The exception that is thrown when an attempt to access a class member fails.
|
.gif) | MethodAccessException |
The exception that is thrown when there is an invalid attempt to access a private or protected method inside a class.
|
.gif) | MissingFieldException |
The exception that is thrown when there is an attempt to dynamically access a field that does not exist.
|
.gif) | MissingMemberException |
The exception that is thrown when there is an attempt to dynamically access a class member that does not exist.
|
.gif) | MissingMethodException |
The exception that is thrown when there is an attempt to dynamically access a method that does not exist.
|
.gif) | MTAThreadAttribute |
Indicates that the COM threading model for an application is multithreaded apartment (MTA).
|
.gif) | MulticastDelegate |
Represents a multicast delegate; that is, a delegate that can have more than one element in its invocation list.
|
.gif) | MulticastNotSupportedException |
The exception that is thrown when there is an attempt to combine two delegates based on the Delegate type instead of the MulticastDelegate type. This class cannot be inherited.
|
.gif) | NetPipeStyleUriParser |
A parser based on the NetPipe scheme for the "Indigo" system.
|
.gif) | NetTcpStyleUriParser |
A parser based on the NetTcp scheme for the "Indigo" system.
|
.gif) | NewsStyleUriParser |
A customizable parser based on the news scheme using the Network News Transfer Protocol (NNTP).
|
.gif) | NonSerializedAttribute |
Indicates that a field of a serializable class should not be serialized. This class cannot be inherited.
|
.gif) | NotFiniteNumberException |
The exception that is thrown when a floating-point value is positive infinity, negative infinity, or Not-a-Number (NaN).
|
.gif) | NotImplementedException |
The exception that is thrown when a requested method or operation is not implemented.
|
.gif) | NotSupportedException |
The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality.
|
.gif) | Nullable |
Supports a value type that can be assigned nullNothingnullptra null reference (Nothing in Visual Basic) like a reference type. This class cannot be inherited.
|
.gif) | NullReferenceException |
The exception that is thrown when there is an attempt to dereference a null object reference.
|
.gif) | Object |
Supports all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the .NET Framework; it is the root of the type hierarchy.
|
.gif) | ObjectDisposedException |
The exception that is thrown when an operation is performed on a disposed object.
|
.gif) | ObsoleteAttribute |
Marks the program elements that are no longer in use. This class cannot be inherited.
|
.gif) | OperatingSystem |
Represents information about an operating system, such as the version and platform identifier. This class cannot be inherited.
|
.gif) | OperationCanceledException |
The exception that is thrown in a thread upon cancellation of an operation that the thread was executing.
|
.gif) | OutOfMemoryException |
The exception that is thrown when there is not enough memory to continue the execution of a program.
|
.gif) | OverflowException |
The exception that is thrown when an arithmetic, casting, or conversion operation in a checked context results in an overflow.
|
.gif) | ParamArrayAttribute |
Indicates that the method will allow a variable number of arguments in its invocation. This class cannot be inherited.
|
.gif) | PlatformNotSupportedException |
The exception that is thrown when a feature does not run on a particular platform.
|
.gif) | Random |
Represents a pseudo-random number generator, a device that produces a sequence of numbers that meet certain statistical requirements for randomness.
|
.gif) | RankException |
The exception that is thrown when an array with the wrong number of dimensions is passed to a method.
|
.gif) | ResolveEventArgs |
Provides data for the TypeResolve, ResourceResolve, and AssemblyResolve events.
|
.gif) | SerializableAttribute |
Indicates that a class can be serialized. This class cannot be inherited.
|
.gif) | StackOverflowException |
The exception that is thrown when the execution stack overflows because it contains too many nested method calls. This class cannot be inherited.
|
.gif) | STAThreadAttribute |
Indicates that the COM threading model for an application is single-threaded apartment (STA).
|
.gif) | String |
Represents text as a series of Unicode characters.
|
.gif) | StringComparer |
Represents a string comparison operation that uses specific case and culture-based or ordinal comparison rules.
|
.gif) | SystemException |
Defines the base class for predefined exceptions in the System namespace.
|
.gif) | ThreadStaticAttribute |
Indicates that the value of a static field is unique for each thread.
|
.gif) | TimeoutException |
The exception that is thrown when the time allotted for a process or operation has expired.
|
.gif) | TimeZone |
Represents a time zone.
|
.gif) | TimeZoneInfo |
Represents any time zone in the world.
|
.gif) | TimeZoneInfo..::.AdjustmentRule |
Provides information about a time zone adjustment, such as the transition to and from daylight saving time.
|
.gif) | TimeZoneNotFoundException |
The exception that is thrown when a time zone cannot be found.
|
.gif) | Type |
Represents type declarations: class types, interface types, array types, value types, enumeration types, type parameters, generic type definitions, and open or closed constructed generic types.
|
.gif) | TypeInitializationException |
The exception that is thrown as a wrapper around the exception thrown by the class initializer. This class cannot be inherited.
|
.gif) | TypeLoadException |
The exception that is thrown when type-loading failures occur.
|
.gif) | TypeUnloadedException |
The exception that is thrown when there is an attempt to access an unloaded class.
|
.gif) | UnauthorizedAccessException |
The exception that is thrown when the operating system denies access because of an I/O error or a specific type of security error.
|
.gif) | UnhandledExceptionEventArgs |
Provides data for the event that is raised when there is an exception that is not handled in any application domain.
|
.gif) | Uri |
Provides an object representation of a uniform resource identifier (URI) and easy access to the parts of the URI.
|
.gif) | UriBuilder |
Provides a custom constructor for uniform resource identifiers (URIs) and modifies URIs for the Uri class.
|
.gif) | UriFormatException |
The exception that is thrown when an invalid Uniform Resource Identifier (URI) is detected.
|
.gif) | UriParser |
Parses a new URI scheme. This is an abstract class.
|
.gif) | UriTemplate | A class that represents a Uniform Resource Identifier (URI) template. |
.gif) | UriTemplateEquivalenceComparer | A class used to compare UriTemplate instances for structural (instead of reference) equivalence. |
.gif) | UriTemplateMatch | A class that represents the results of a match operation on a UriTemplate instance. |
.gif) | UriTemplateMatchException | Represents an error when matching a Uri to a UriTemplateTable. |
.gif) | UriTemplateTable | A class that represents an associative set of UriTemplate objects. |
.gif) | UriTypeConverter |
Converts a String type to a Uri type, and vice versa.
|
.gif) | ValueType |
Provides the base class for value types.
|
.gif) | Version |
Represents the version number for a common language runtime assembly. This class cannot be inherited.
|
.gif) | WeakReference |
Represents a weak reference, which references an object while still allowing that object to be reclaimed by garbage collection.
|