| | |
. | System.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. |
. | System.NotImplementedException | The exception that is thrown when a requested method or operation is not implemented. |
. | System.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. |
. | System.NullReferenceException | The exception that is thrown when there is an attempt to dereference a null object reference. |
. | System.OperationCanceledException | The exception that is thrown in a thread upon cancellation of an operation that the thread was executing. |
. | System.OutOfMemoryException | The exception that is thrown when there is not enough memory to continue the execution of a program. |
. | System.RankException | The exception that is thrown when an array with the wrong number of dimensions is passed to a method. |
. | System.Reflection.AmbiguousMatchException | The exception that is thrown when binding to a member results in more than one member matching the binding criteria. This class cannot be inherited. |
. | System.Reflection.ReflectionTypeLoadException | The exception that is thrown by the Module.GetTypes method if any of the classes in a module cannot be loaded. This class cannot be inherited. |
. | System.Resources.MissingManifestResourceException | The exception thrown if the main assembly does not contain the resources for the neutral culture, and they are required because of a missing appropriate satellite assembly. |
. | System.Resources.MissingSatelliteAssemblyException | The exception that is thrown when the satellite assembly for the resources of the neutral culture is missing. |
. | System.Runtime.InteropServices.ExternalException | The base exception type for all COM interop exceptions and structured exception handling (SEH) exceptions. |
. | System.Runtime.InteropServices.InvalidComObjectException | The exception thrown when an invalid COM object is used. |
. | System.Runtime.InteropServices.InvalidOleVariantTypeException | The exception thrown by the marshaler when it encounters an argument of a variant type that can not be marshaled to managed code. |
. | System.Runtime.InteropServices.MarshalDirectiveException | The exception that is thrown by the marshaler when it encounters a MarshalAsAttribute it does not support. |
. | System.Runtime.InteropServices.SafeArrayRankMismatchException | The exception thrown when the rank of an incoming SAFEARRAY does not match the rank specified in the managed signature. |
. | System.Runtime.InteropServices.SafeArrayTypeMismatchException | The exception thrown when the type of the incoming SAFEARRAY does not match the type specified in the managed signature. |
. | System.Runtime.Remoting.RemotingException | The exception that is thrown when something has gone wrong during remoting. |
. | System.Runtime.Remoting.ServerException | The exception that is thrown to communicate errors to the client when the client connects to non-.NET Framework applications that cannot throw exceptions. |
. | System.Runtime.Serialization.SerializationException | The exception thrown when an error occurs during serialization or deserialization. |