LIST OF COMMON ERRORS IN VB.NET

LIST OF COMMON ERRORS IN VB.NET
Here is a list of common errors you can trap in VB .NET.

====================================================================================
The following errors are in the System namespace
AppDomainUnloadedException
ApplicationException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
ArithmeticException
ArrayTypeMismatchException
BadImageFormatException
CannotUnloadAppDomainException
ContextMarshalException
DivideByZeroException
DllNotFoundException
DuplicateWaitObjectException
EntryPointNotFoundException
Exception
ExecutionEngineException
FieldAccessException
FormatException
IndexOutOfRangeException
InvalidCastException
InvalidOperationException
InvalidProgramException
MemberAccessException
MethodAccessException
MissingFieldException
MissingMemberException
MissingMethodException
MulticastNotSupportedException
NotFiniteNumberException
NotImplementedException
NotSupportedException
NullReferenceException
ObjectDisposedException
OutOfMemoryException
OverflowException
PlatformNotSupportedException
RankException
ServicedComponentException
StackOverflowException
SystemException
TypeInitializationException
TypeLoadException
TypeUnloadedException
UnauthorizedAccessException
UnhandledExceptionEventArgs
UnhandledExceptionEventHandler
UriFormatException
WeakReferenceException
The following errors are in the SystemIO category:
DirectoryNotFoundException
EndOfStreamException
FileNotFoundException
InternalBufferOverflowException
IOException
PathTooLongException

No comments: